Edit

Share via


Writer<TBufferWriter>.Allocate(Int32) Method

Definition

Allocates buffer space for the specified number of bytes.

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

Parameters

sizeHint
Int32

The number of bytes to reserve.

Applies to