SegmentBuilder.Append Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Append(ArraySegment<Byte>, Int32, ArraySegment<Byte>) |
Acrescenta uma matriz de bytes ao final do segmento |
Append(ArraySegment<Byte>, Int32, Byte[]) |
Acrescenta uma matriz de bytes ao final do segmento |
Append(ArraySegment<Byte>, Int32, ReadOnlyMemory<Byte>) |
Acrescenta um ReadOnlyMemory<T> de bytes ao final do segmento |
Append(ArraySegment<Byte>, Int32, ReadOnlySpan<Byte>) |
Acrescenta um ReadOnlyMemory<T> de bytes ao final do segmento |
Append(ArraySegment<Byte>, Int32, String) |
Acrescenta uma cadeia de caracteres ao final do segmento |
Append(ArraySegment<Byte>, Int32, ArraySegment<Byte>)
- Origem:
- SegmentBuilder.cs
Acrescenta uma matriz de bytes ao final do 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))
Parâmetros
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- append
- ArraySegment<Byte>
Aplica-se a
Append(ArraySegment<Byte>, Int32, Byte[])
- Origem:
- SegmentBuilder.cs
Acrescenta uma matriz de bytes ao final do 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())
Parâmetros
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- bytes
- Byte[]
Aplica-se a
Append(ArraySegment<Byte>, Int32, ReadOnlyMemory<Byte>)
- Origem:
- SegmentBuilder.cs
Acrescenta um ReadOnlyMemory<T> de bytes ao final do 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))
Parâmetros
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- bytes
- ReadOnlyMemory<Byte>
Aplica-se a
Append(ArraySegment<Byte>, Int32, ReadOnlySpan<Byte>)
Acrescenta um ReadOnlyMemory<T> de bytes ao final do 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))
Parâmetros
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- bytes
- ReadOnlySpan<Byte>
Aplica-se a
Append(ArraySegment<Byte>, Int32, String)
- Origem:
- SegmentBuilder.cs
Acrescenta uma cadeia de caracteres ao final do 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)
Parâmetros
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- str
- String