Edit

Share via


ReadOnlyDictionaryCopier<TKey,TValue>.DeepCopy Method

Definition

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)

Parameters

input
ReadOnlyDictionary<TKey,TValue>
context
CopyContext

Returns

ReadOnlyDictionary<TKey,TValue>

Implements

Applies to