SortedDictionaryCopier<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 SortedDictionary<TKey,TValue>.
[Orleans.RegisterCopier]
public sealed class SortedDictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.SortedDictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.SortedDictionary<TKey,TValue>>
[<Orleans.RegisterCopier>]
type SortedDictionaryCopier<'Key, 'Value> = class
interface IDeepCopier<SortedDictionary<'Key, 'Value>>
interface IDeepCopier
interface IBaseCopier<SortedDictionary<'Key, 'Value>>
interface IBaseCopier
Public NotInheritable Class SortedDictionaryCopier(Of TKey, TValue)
Implements IBaseCopier(Of SortedDictionary(Of TKey, TValue)), IDeepCopier(Of SortedDictionary(Of TKey, TValue))
Parâmetros de tipo
- TKey
O tipo principal.
- TValue
O tipo de valor.
- Herança
-
SortedDictionaryCopier<TKey,TValue>
- Atributos
- Implementações
-
IBaseCopier IBaseCopier<SortedDictionary<TKey,TValue>> IDeepCopier IDeepCopier<SortedDictionary<TKey,TValue>>
Construtores
SortedDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Inicializa uma nova instância da classe SortedDictionaryCopier<TKey,TValue>. |
Métodos
DeepCopy(SortedDictionary<TKey,TValue>, CopyContext) |
Cria uma cópia profunda da entrada fornecida. |
DeepCopy(SortedDictionary<TKey,TValue>, SortedDictionary<TKey,TValue>, CopyContext) |
Clona membros de |