MemoryCopier<T>.DeepCopy(Memory<T>, CopyContext) メソッド

定義

指定された入力のディープ コピーを作成します。

public Memory<T> DeepCopy (Memory<T> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : Memory<'T> * Orleans.Serialization.Cloning.CopyContext -> Memory<'T>
override this.DeepCopy : Memory<'T> * Orleans.Serialization.Cloning.CopyContext -> Memory<'T>
Public Function DeepCopy (input As Memory(Of T), context As CopyContext) As Memory(Of T)

パラメーター

input
Memory<T>

入力。

context
CopyContext

コンテキスト。

戻り値

Memory<T>

input のコピーです。

実装

適用対象