SortedListCopier<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 SortedList<TKey,TValue>.
[Orleans.RegisterCopier]
public sealed class SortedListCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.SortedList<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.SortedList<TKey,TValue>>
[<Orleans.RegisterCopier>]
type SortedListCopier<'Key, 'Value> = class
interface IDeepCopier<SortedList<'Key, 'Value>>
interface IDeepCopier
interface IBaseCopier<SortedList<'Key, 'Value>>
interface IBaseCopier
Public NotInheritable Class SortedListCopier(Of TKey, TValue)
Implements IBaseCopier(Of SortedList(Of TKey, TValue)), IDeepCopier(Of SortedList(Of TKey, TValue))
Paramètres de type
- TKey
Type de clé.
- TValue
Type de valeur.
- Héritage
-
SortedListCopier<TKey,TValue>
- Attributs
- Implémente
Constructeurs
SortedListCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Initialise une nouvelle instance de la classe SortedListCopier<TKey,TValue>. |
Méthodes
DeepCopy(SortedList<TKey,TValue>, CopyContext) |
Crée une copie approfondie de l’entrée fournie. |
DeepCopy(SortedList<TKey,TValue>, SortedList<TKey,TValue>, CopyContext) |
Clone les membres à partir de |