Partager via


ConcurrentDictionaryCopier<TKey,TValue> Classe

Définition

[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))

Paramètres de type

TKey

Type de la clé t.

TValue

Type de la valeur t.

Héritage
ConcurrentDictionaryCopier<TKey,TValue>
Attributs
Implémente

Constructeurs

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

Initialise une nouvelle instance de la classe ConcurrentDictionaryCopier<TKey,TValue>.

Méthodes

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

Clone les membres à partir de input et les copie dans output.

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

Crée une copie approfondie de l’entrée fournie.

S’applique à