Compartir a través de


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

Definición

Intente obtener un segmento con un búfer del tamaño especificado de este bloque. Se produce un error si no hay suficiente espacio disponible

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

Tamaño.

value
ArraySegment<Byte>

Segmento.

Devoluciones

true si se recuperó el segmento; de lo contrario false, .

Se aplica a