Partager via


ImmutableSortedDictionaryCopier<TKey,TValue>.DeepCopy Méthode

Définition

Crée une copie détaillée de l’entrée fournie.

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)

Paramètres

input
ImmutableSortedDictionary<TKey,TValue>

Entrée.

context
CopyContext

Contexte.

Retours

Copie de input.

Implémente

S’applique à