ImmutableSortedDictionaryCopier<TKey,TValue>.DeepCopy Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
ImmutableSortedDictionary<TKey,TValue>
Copia de la clase input
.