DictionaryCopier<TKey,TValue> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 |