Compartilhar via


PrefixingBufferWriter<T,TBufferWriter>.GetMemory(Int32) Método

Definição

Retorna um Memory<T> para gravar que é o tamanho mínimo solicitado ou superior (especificado por sizeHint).

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

Parâmetros

sizeHint
Int32

Retornos

Memory<T>

Implementações

Aplica-se a