BlobBuilder.Align(Int32) Method

Definition

public:
 void Align(int alignment);
public void Align (int alignment);
member this.Align : int -> unit
Public Sub Align (alignment As Integer)

Parameters

alignment
Int32

Exceptions

The builder is not writable; it has been linked with another one.

Applies to