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

返回

此流中的数据,转换为输出类型。

适用于