ConcurrentDictionaryCopier<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 ConcurrentDictionary<TKey,TValue>.
[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
-
IBaseCopier IBaseCopier<ConcurrentDictionary<TKey,TValue>> IDeepCopier IDeepCopier<ConcurrentDictionary<TKey,TValue>>
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 |
DeepCopy(ConcurrentDictionary<TKey,TValue>, CopyContext) |
Cria uma cópia profunda da entrada fornecida. |