Partager via


SortedDictionaryCopier<TKey,TValue> Classe

Définition

[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))

Paramètres de type

TKey

Type de clé.

TValue

Type de valeur.

Héritage
SortedDictionaryCopier<TKey,TValue>
Attributs
Implémente

Constructeurs

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

Initialise une nouvelle instance de la classe SortedDictionaryCopier<TKey,TValue>.

Méthodes

DeepCopy(SortedDictionary<TKey,TValue>, CopyContext)

Crée une copie détaillée de l’entrée fournie.

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

Clone les membres à partir de input et les copie dans output.

S’applique à