Writer<TBufferWriter>.Allocate(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.