Compartilhar via


ReadOnlyDictionaryCopier<TKey,TValue>.DeepCopy Método

Definição

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

Retornos

ReadOnlyDictionary<TKey,TValue>

Implementações

Aplica-se a