Freigeben über


ConcurrentDictionaryCopier<TKey,TValue>.DeepCopy Methode

Definition

Überlädt

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

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

Klont Member aus input und kopiert sie in output.

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

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)

Parameter

input
ConcurrentDictionary<TKey,TValue>

Die Eingabe.

context
CopyContext

Der Kontext.

Gibt zurück

ConcurrentDictionary<TKey,TValue>

Eine Kopie von input.

Implementiert

Gilt für:

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

Klont Member aus input und kopiert sie in 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)

Parameter

input
ConcurrentDictionary<TKey,TValue>

Die Eingabe.

output
ConcurrentDictionary<TKey,TValue>

Die Ausgabe.

context
CopyContext

Der Kontext.

Implementiert

Gilt für: