次の方法で共有


KeyValuePairCopier<TKey,TValue>.DeepCopy メソッド

定義

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

public System.Collections.Generic.KeyValuePair<TKey,TValue> DeepCopy (System.Collections.Generic.KeyValuePair<TKey,TValue> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.KeyValuePair<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.KeyValuePair<'Key, 'Value>
override this.DeepCopy : System.Collections.Generic.KeyValuePair<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.KeyValuePair<'Key, 'Value>
Public Function DeepCopy (input As KeyValuePair(Of TKey, TValue), context As CopyContext) As KeyValuePair(Of TKey, TValue)

パラメーター

input
KeyValuePair<TKey,TValue>

入力。

context
CopyContext

コンテキスト。

戻り値

KeyValuePair<TKey,TValue>

input のコピーです。

実装

適用対象