BinaryTokenStreamReader.Reset(IList<ArraySegment<Byte>>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用提供的資料重設這個實例。
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)))
參數
- buffs
- IList<ArraySegment<Byte>>
基礎緩衝區。