Compartir a través de


ReadOnlyDictionaryCopier<TKey,TValue>.DeepCopy Método

Definición

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

Parámetros

input
ReadOnlyDictionary<TKey,TValue>
context
CopyContext

Devoluciones

ReadOnlyDictionary<TKey,TValue>

Implementaciones

Se aplica a