ArcBufferWriter.ReplenishBuffers(List<ArraySegment<Byte>>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.