SegmentBuilder.Append Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Append(ArraySegment<Byte>, Int32, ArraySegment<Byte>) |
Aggiunge una matrice di byte alla fine del segmento |
Append(ArraySegment<Byte>, Int32, Byte[]) |
Aggiunge una matrice di byte alla fine del segmento |
Append(ArraySegment<Byte>, Int32, ReadOnlyMemory<Byte>) |
Aggiunge un ReadOnlyMemory<T> byte alla fine del segmento |
Append(ArraySegment<Byte>, Int32, ReadOnlySpan<Byte>) |
Aggiunge un ReadOnlyMemory<T> byte alla fine del segmento |
Append(ArraySegment<Byte>, Int32, String) |
Aggiunge una stringa alla fine del segmento |
Append(ArraySegment<Byte>, Int32, ArraySegment<Byte>)
- Origine:
- SegmentBuilder.cs
Aggiunge una matrice di byte alla fine del segmento
public static void Append (ArraySegment<byte> segment, ref int writerOffset, ArraySegment<byte> append);
static member Append : ArraySegment<byte> * int * ArraySegment<byte> -> unit
Public Shared Sub Append (segment As ArraySegment(Of Byte), ByRef writerOffset As Integer, append As ArraySegment(Of Byte))
Parametri
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- append
- ArraySegment<Byte>
Si applica a
Append(ArraySegment<Byte>, Int32, Byte[])
- Origine:
- SegmentBuilder.cs
Aggiunge una matrice di byte alla fine del segmento
public static void Append (ArraySegment<byte> segment, ref int writerOffset, byte[] bytes);
static member Append : ArraySegment<byte> * int * byte[] -> unit
Public Shared Sub Append (segment As ArraySegment(Of Byte), ByRef writerOffset As Integer, bytes As Byte())
Parametri
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- bytes
- Byte[]
Si applica a
Append(ArraySegment<Byte>, Int32, ReadOnlyMemory<Byte>)
- Origine:
- SegmentBuilder.cs
Aggiunge un ReadOnlyMemory<T> byte alla fine del segmento
public static void Append (ArraySegment<byte> segment, ref int writerOffset, ReadOnlyMemory<byte> bytes);
static member Append : ArraySegment<byte> * int * ReadOnlyMemory<byte> -> unit
Public Shared Sub Append (segment As ArraySegment(Of Byte), ByRef writerOffset As Integer, bytes As ReadOnlyMemory(Of Byte))
Parametri
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- bytes
- ReadOnlyMemory<Byte>
Si applica a
Append(ArraySegment<Byte>, Int32, ReadOnlySpan<Byte>)
Aggiunge un ReadOnlyMemory<T> byte alla fine del segmento
public static void Append (ArraySegment<byte> segment, ref int writerOffset, ReadOnlySpan<byte> bytes);
static member Append : ArraySegment<byte> * int * ReadOnlySpan<byte> -> unit
Public Shared Sub Append (segment As ArraySegment(Of Byte), ByRef writerOffset As Integer, bytes As ReadOnlySpan(Of Byte))
Parametri
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- bytes
- ReadOnlySpan<Byte>
Si applica a
Append(ArraySegment<Byte>, Int32, String)
- Origine:
- SegmentBuilder.cs
Aggiunge una stringa alla fine del segmento
public static void Append (ArraySegment<byte> segment, ref int writerOffset, string str);
static member Append : ArraySegment<byte> * int * string -> unit
Public Shared Sub Append (segment As ArraySegment(Of Byte), ByRef writerOffset As Integer, str As String)
Parametri
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- str
- String