ReadOnlyDictionaryCopier<TKey,TValue>.DeepCopy Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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>