Compartir a través de


ConcurrentDictionaryCopier<TKey,TValue> Clase

Definición

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

Parámetros de tipo

TKey

Tipo de la clave t.

TValue

Tipo del valor t.

Herencia
ConcurrentDictionaryCopier<TKey,TValue>
Atributos
Implementaciones

Constructores

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

Inicializa una nueva instancia de la clase ConcurrentDictionaryCopier<TKey,TValue>.

Métodos

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

Clona los miembros de input y los copia en output.

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

Se aplica a