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


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

Определение

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

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

Параметры

input
KeyValuePair<TKey,TValue>

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

context
CopyContext

Контекст.

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

KeyValuePair<TKey,TValue>

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

Реализации

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