Partager via


ReadOnlyDictionaryCopier<TKey,TValue>.DeepCopy Méthode

Définition

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)

Paramètres

input
ReadOnlyDictionary<TKey,TValue>
context
CopyContext

Retours

ReadOnlyDictionary<TKey,TValue>

Implémente

S’applique à