PooledBuffer.GetMemory(Int32) Method

Definition

Returns a Memory<T> to write to that is at least the requested size (specified by sizeHint).

public Memory<byte> GetMemory (int sizeHint = 0);
abstract member GetMemory : int -> Memory<byte>
override this.GetMemory : int -> Memory<byte>
Public Function GetMemory (Optional sizeHint As Integer = 0) As Memory(Of Byte)

Parameters

sizeHint
Int32

Returns

Implements

Applies to