다음을 통해 공유


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

반환

출력 형식으로 변환된 이 스트림의 데이터입니다.

구현

적용 대상