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

复制上下文。

返回

输入的副本。

实现

适用于