Compartilhar via


FixedSizeBuffer.TryGetSegment(Int32, ArraySegment<Byte>) Método

Definição

Tente obter um segmento com um buffer do tamanho especificado desse bloco. Falhar se não houver espaço suficiente disponível

public bool TryGetSegment (int size, out ArraySegment<byte> value);
member this.TryGetSegment : int * ArraySegment -> bool
Public Function TryGetSegment (size As Integer, ByRef value As ArraySegment(Of Byte)) As Boolean

Parâmetros

size
Int32

O tamanho.

value
ArraySegment<Byte>

O segmento.

Retornos

true se o segmento foi recuperado; caso contrário false, .

Aplica-se a