Edit

ArcBufferWriter.ReplenishBuffers(List<ArraySegment<Byte>>) Method

Definition

Adds additional buffers to the destination list until the list has reached its capacity.

public void ReplenishBuffers(System.Collections.Generic.List<ArraySegment<byte>> buffers);
member this.ReplenishBuffers : System.Collections.Generic.List<ArraySegment<byte>> -> unit
Public Sub ReplenishBuffers (buffers As List(Of ArraySegment(Of Byte)))

Parameters

buffers
List<ArraySegment<Byte>>

The destination to add buffers to.

Applies to