Edit

Share via


IBinaryTokenStreamReader.Reset(IList<ArraySegment<Byte>>) Method

Definition

Resets this instance with the provided data.

public void Reset (System.Collections.Generic.IList<ArraySegment<byte>> buffs);
abstract member Reset : System.Collections.Generic.IList<ArraySegment<byte>> -> unit
Public Sub Reset (buffs As IList(Of ArraySegment(Of Byte)))

Parameters

buffs
IList<ArraySegment<Byte>>

The underlying buffers.

Applies to