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