共用方式為


IBinaryTokenStreamReader.Reset(IList<ArraySegment<Byte>>) 方法

定義

使用提供的資料重設這個實例。

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)))

參數

buffs
IList<ArraySegment<Byte>>

基礎緩衝區。

適用於