次の方法で共有


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

戻り値

このストリームからのデータ。出力の種類に変換されます。

実装

適用対象