ImmutableSortedDictionaryCopier<TKey,TValue> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Copieur pour ImmutableSortedDictionary<TKey,TValue>.
[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>. |