Freigeben über


DictionaryCopier<TKey,TValue>.DeepCopy Methode

Definition

Überlädt

DeepCopy(Dictionary<TKey,TValue>, CopyContext)

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

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

Klont Member aus input und kopiert sie in output.

DeepCopy(Dictionary<TKey,TValue>, CopyContext)

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

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

Parameter

input
Dictionary<TKey,TValue>

Die Eingabe.

context
CopyContext

Der Kontext.

Gibt zurück

Dictionary<TKey,TValue>

Eine Kopie von input.

Implementiert

Gilt für:

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

Klont Member aus input und kopiert sie in output.

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

Parameter

input
Dictionary<TKey,TValue>

Die Eingabe.

output
Dictionary<TKey,TValue>

Die Ausgabe.

context
CopyContext

Der Kontext.

Implementiert

Gilt für: