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