Compartir a través de


BinaryTokenStreamWriter.ToBytes Método

Definición

Devuelve el flujo de salida como un conjunto de 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))

Devoluciones

Datos de esta secuencia, convertidos al tipo de salida.

Implementaciones

Se aplica a