Поделиться через


ArraySegmentOfByteCopier.DeepCopy Метод

Определение

Копирует входные данные.

public static ArraySegment<byte> DeepCopy (ArraySegment<byte> input, Orleans.Serialization.Cloning.CopyContext copyContext);
static member DeepCopy : ArraySegment<byte> * Orleans.Serialization.Cloning.CopyContext -> ArraySegment<byte>
Public Shared Function DeepCopy (input As ArraySegment(Of Byte), copyContext As CopyContext) As ArraySegment(Of Byte)

Параметры

input
ArraySegment<Byte>

Входные данные.

copyContext
CopyContext

Контекст копирования.

Возвращаемое значение

Копия входных данных.

Реализации

Применяется к