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

コピー コンテキスト。

戻り値

入力のコピー。

実装

適用対象