ImmutableSortedSetCopier<T> 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 ImmutableSortedSet<T>.
[Orleans.RegisterCopier]
public sealed class ImmutableSortedSetCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableSortedSet<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableSortedSetCopier<'T> = class
interface IDeepCopier<ImmutableSortedSet<'T>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class ImmutableSortedSetCopier(Of T)
Implements IDeepCopier(Of ImmutableSortedSet(Of T)), IOptionalDeepCopier
Paramètres de type
- T
Type de l’élément.
- Héritage
-
ImmutableSortedSetCopier<T>
- Attributs
- Implémente
Constructeurs
ImmutableSortedSetCopier<T>(IDeepCopier<T>) |
Copieur pour ImmutableSortedSet<T>. |
Méthodes
DeepCopy(ImmutableSortedSet<T>, CopyContext) |
Crée une copie approfondie de l’entrée fournie. |
IsShallowCopyable() |
Copieur pour ImmutableSortedSet<T>. |