IBinaryTokenStreamWriter.ToBytes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以一組 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))
傳回
來自此資料流程的資料,已轉換成輸出類型。