IBinaryTokenStreamWriter.ToBytes メソッド

定義

出力ストリームを の ArraySegmentセットとして返します。

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

戻り値

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

適用対象