Freigeben über


KeyValuePairCopier<TKey,TValue>.DeepCopy Methode

Definition

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

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)

Parameter

input
KeyValuePair<TKey,TValue>

Die Eingabe.

context
CopyContext

Der Kontext.

Gibt zurück

KeyValuePair<TKey,TValue>

Eine Kopie von input.

Implementiert

Gilt für: