SegmentBuilder.Append Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Append(ArraySegment<Byte>, Int32, ArraySegment<Byte>) |
Добавляет массив байтов в конец сегмента. |
Append(ArraySegment<Byte>, Int32, Byte[]) |
Добавляет массив байтов в конец сегмента. |
Append(ArraySegment<Byte>, Int32, ReadOnlyMemory<Byte>) |
ReadOnlyMemory<T> Добавляет байт в конец сегмента. |
Append(ArraySegment<Byte>, Int32, ReadOnlySpan<Byte>) |
ReadOnlyMemory<T> Добавляет байт в конец сегмента. |
Append(ArraySegment<Byte>, Int32, String) |
Добавляет строку в конец сегмента. |
Append(ArraySegment<Byte>, Int32, ArraySegment<Byte>)
- Исходный код:
- SegmentBuilder.cs
Добавляет массив байтов в конец сегмента.
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))
Параметры
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- append
- ArraySegment<Byte>
Применяется к
Append(ArraySegment<Byte>, Int32, Byte[])
- Исходный код:
- SegmentBuilder.cs
Добавляет массив байтов в конец сегмента.
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())
Параметры
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- bytes
- Byte[]
Применяется к
Append(ArraySegment<Byte>, Int32, ReadOnlyMemory<Byte>)
- Исходный код:
- SegmentBuilder.cs
ReadOnlyMemory<T> Добавляет байт в конец сегмента.
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))
Параметры
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- bytes
- ReadOnlyMemory<Byte>
Применяется к
Append(ArraySegment<Byte>, Int32, ReadOnlySpan<Byte>)
ReadOnlyMemory<T> Добавляет байт в конец сегмента.
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))
Параметры
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- bytes
- ReadOnlySpan<Byte>
Применяется к
Append(ArraySegment<Byte>, Int32, String)
- Исходный код:
- SegmentBuilder.cs
Добавляет строку в конец сегмента.
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)
Параметры
- segment
- ArraySegment<Byte>
- writerOffset
- Int32
- str
- String