Partager via


ImmutableSortedDictionaryCopier<TKey,TValue> Classe

Définition

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

Paramètres de type

TKey

Type de clé.

TValue

Type de valeur.

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

Constructeurs

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

Copieur pour ImmutableSortedDictionary<TKey,TValue>.

Méthodes

DeepCopy(ImmutableSortedDictionary<TKey,TValue>, CopyContext)

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

IsShallowCopyable()

Copieur pour ImmutableSortedDictionary<TKey,TValue>.

S’applique à