SortedDictionaryCopier<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í.
Sobrecargas
DeepCopy(SortedDictionary<TKey,TValue>, CopyContext) |
Crea una copia en profundidad de la entrada proporcionada. |
DeepCopy(SortedDictionary<TKey,TValue>, SortedDictionary<TKey,TValue>, CopyContext) |
Clona los miembros de |
DeepCopy(SortedDictionary<TKey,TValue>, CopyContext)
Crea una copia en profundidad de la entrada proporcionada.
public System.Collections.Generic.SortedDictionary<TKey,TValue> DeepCopy (System.Collections.Generic.SortedDictionary<TKey,TValue> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.SortedDictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.SortedDictionary<'Key, 'Value>
override this.DeepCopy : System.Collections.Generic.SortedDictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.Generic.SortedDictionary<'Key, 'Value>
Public Function DeepCopy (input As SortedDictionary(Of TKey, TValue), context As CopyContext) As SortedDictionary(Of TKey, TValue)
Parámetros
- input
- SortedDictionary<TKey,TValue>
La entrada.
- context
- CopyContext
Contexto.
Devoluciones
Copia de la clase input
.
Implementaciones
Se aplica a
DeepCopy(SortedDictionary<TKey,TValue>, SortedDictionary<TKey,TValue>, CopyContext)
Clona los miembros de input
y los copia en output
.
public void DeepCopy (System.Collections.Generic.SortedDictionary<TKey,TValue> input, System.Collections.Generic.SortedDictionary<TKey,TValue> output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Generic.SortedDictionary<'Key, 'Value> * System.Collections.Generic.SortedDictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> unit
override this.DeepCopy : System.Collections.Generic.SortedDictionary<'Key, 'Value> * System.Collections.Generic.SortedDictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As SortedDictionary(Of TKey, TValue), output As SortedDictionary(Of TKey, TValue), context As CopyContext)
Parámetros
- input
- SortedDictionary<TKey,TValue>
La entrada.
- output
- SortedDictionary<TKey,TValue>
Salida.
- context
- CopyContext
Contexto.