FixedSizeBuffer.TryGetSegment(Int32, ArraySegment<Byte>) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
, .