Поделиться через


ConcurrentDictionaryCopier<TKey,TValue>.DeepCopy Метод

Определение

Перегрузки

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

Создает глубокую копию предоставленных входных данных.

DeepCopy(ConcurrentDictionary<TKey,TValue>, ConcurrentDictionary<TKey,TValue>, CopyContext)

Клонирует элементы из input и копирует их в output.

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

Создает глубокую копию предоставленных входных данных.

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

Параметры

input
ConcurrentDictionary<TKey,TValue>

Входные данные.

context
CopyContext

Контекст.

Возвращаемое значение

ConcurrentDictionary<TKey,TValue>

Копия объекта input.

Реализации

Применяется к

DeepCopy(ConcurrentDictionary<TKey,TValue>, ConcurrentDictionary<TKey,TValue>, CopyContext)

Клонирует элементы из input и копирует их в output.

public void DeepCopy (System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue> input, System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue> output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value> * System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> unit
override this.DeepCopy : System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value> * System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value> * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As ConcurrentDictionary(Of TKey, TValue), output As ConcurrentDictionary(Of TKey, TValue), context As CopyContext)

Параметры

input
ConcurrentDictionary<TKey,TValue>

Входные данные.

output
ConcurrentDictionary<TKey,TValue>

Выходные данные.

context
CopyContext

Контекст.

Реализации

Применяется к