Compartir a través de


ImmutableSortedDictionaryCopier<TKey,TValue>.DeepCopy Método

Definición

Crea una copia en profundidad de la entrada proporcionada.

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)

Parámetros

input
ImmutableSortedDictionary<TKey,TValue>

La entrada.

context
CopyContext

Contexto.

Devoluciones

Copia de la clase input.

Implementaciones

Se aplica a