Edit

Share via


ResourceSectionBuilder.Serialize(BlobBuilder, SectionLocation) Method

Definition

Serializes the specified resource.

protected public:
 abstract void Serialize(System::Reflection::Metadata::BlobBuilder ^ builder, System::Reflection::PortableExecutable::SectionLocation ___location);
protected internal abstract void Serialize(System.Reflection.Metadata.BlobBuilder builder, System.Reflection.PortableExecutable.SectionLocation ___location);
abstract member Serialize : System.Reflection.Metadata.BlobBuilder * System.Reflection.PortableExecutable.SectionLocation -> unit
Protected Friend MustOverride Sub Serialize (builder As BlobBuilder, ___location As SectionLocation)

Parameters

builder
BlobBuilder

A blob that contains the data to serialize.

___location
SectionLocation

The ___location to which to serialize builder.

Applies to