ReservedBlob<THandle>.CreateWriter Method

Definition

Returns a BlobWriter to be used to update the content.

public:
 System::Reflection::Metadata::BlobWriter CreateWriter();
public System.Reflection.Metadata.BlobWriter CreateWriter ();
member this.CreateWriter : unit -> System.Reflection.Metadata.BlobWriter
Public Function CreateWriter () As BlobWriter

Returns

A blob writer to be used to update the content.

Applies to