次の方法で共有


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

定義

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

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

パラメーター

input
ImmutableDictionary<TKey,TValue>

入力。

context
CopyContext

コンテキスト。

戻り値

ImmutableDictionary<TKey,TValue>

input のコピーです。

実装

適用対象