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

定義

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

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

パラメーター

input
ImmutableSortedDictionary<TKey,TValue>

入力。

context
CopyContext

コンテキスト。

戻り値

input のコピーです。

実装

適用対象