Düzenle

Aracılığıyla paylaş


ImmutableSortedDictionaryCopier<TKey,TValue>.DeepCopy Method

Definition

Creates a deep copy of the provided input.

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

Parameters

input
ImmutableSortedDictionary<TKey,TValue>

The input.

context
CopyContext

The context.

Returns

A copy of input.

Implements

Applies to