ConcurrentDictionaryCopier<TKey,TValue> Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Kopierer für ConcurrentDictionary<TKey,TValue>.
[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
-
IBaseCopier IBaseCopier<ConcurrentDictionary<TKey,TValue>> IDeepCopier IDeepCopier<ConcurrentDictionary<TKey,TValue>>
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 |
DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext) |
Erstellt eine tiefe Kopie der bereitgestellten Eingabe. |