共用方式為


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

複製內容。

傳回

輸入的複本。

實作

適用於