Compartilhar via


DictionaryCopier<TKey,TValue> Classe

Definição

Copiador para Dictionary<TKey,TValue>.

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

Parâmetros de tipo

TKey

O tipo da chave t.

TValue

O tipo do valor t.

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

Construtores

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

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

Métodos

DeepCopy(Dictionary<TKey,TValue>, CopyContext)

Cria uma cópia profunda da entrada fornecida.

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

Clona membros de input e os copia para output.

Aplica-se a