Partager via


ImmutableStackCopier<T> Classe

Définition

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>.

S’applique à