共用方式為


BinaryTokenStreamWriter.ToBytes 方法

定義

以一組 ArraySegment 傳回輸出資料流程。

public System.Collections.Generic.List<ArraySegment<byte>> ToBytes ();
member this.ToBytes : unit -> System.Collections.Generic.List<ArraySegment<byte>>
abstract member ToBytes : unit -> System.Collections.Generic.List<ArraySegment<byte>>
override this.ToBytes : unit -> System.Collections.Generic.List<ArraySegment<byte>>
Public Function ToBytes () As List(Of ArraySegment(Of Byte))

傳回

來自此資料流程的資料,已轉換成輸出類型。

實作

適用於