BinaryTokenStreamReader.Reset(IList<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.
Resets this instance with the provided data.
public void Reset (System.Collections.Generic.IList<ArraySegment<byte>> buffs);
member this.Reset : System.Collections.Generic.IList<ArraySegment<byte>> -> unit
abstract member Reset : System.Collections.Generic.IList<ArraySegment<byte>> -> unit
override this.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.