Freigeben über


ConcurrentDictionaryCopier<TKey,TValue> Klasse

Definition

[Orleans.RegisterCopier]
public sealed class ConcurrentDictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue>>
[<Orleans.RegisterCopier>]
type ConcurrentDictionaryCopier<'Key, 'Value> = class
    interface IDeepCopier<ConcurrentDictionary<'Key, 'Value>>
    interface IDeepCopier
    interface IBaseCopier<ConcurrentDictionary<'Key, 'Value>>
    interface IBaseCopier
Public NotInheritable Class ConcurrentDictionaryCopier(Of TKey, TValue)
Implements IBaseCopier(Of ConcurrentDictionary(Of TKey, TValue)), IDeepCopier(Of ConcurrentDictionary(Of TKey, TValue))

Typparameter

TKey

Der Typ der t-Taste.

TValue

Der Typ des t-Werts.

Vererbung
ConcurrentDictionaryCopier<TKey,TValue>
Attribute
Implementiert

Konstruktoren

ConcurrentDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)

Initialisiert eine neue Instanz der ConcurrentDictionaryCopier<TKey,TValue>-Klasse.

Methoden

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.

Gilt für: