Partilhar via


ConcurrentDictionaryCopier<TKey,TValue> Classe

Definição

[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

O tipo da tecla t.

TValue

O tipo do valor t.

Herança
ConcurrentDictionaryCopier<TKey,TValue>
Atributos
Implementações

Construtores

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

Inicializa uma nova instância da classe ConcurrentDictionaryCopier<TKey,TValue>.

Métodos

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

Clona membros de input e copia-os para output.

DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext)

Cria uma cópia profunda da entrada fornecida.

Aplica-se a