Freigeben über


ImmutableStackCopier<T> Klasse

Definition

Kopierer für 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

Typparameter

T

Der Elementtyp.

Vererbung
ImmutableStackCopier<T>
Attribute
Implementiert

Konstruktoren

ImmutableStackCopier<T>(IDeepCopier<T>)

Kopierer für ImmutableStack<T>.

Methoden

DeepCopy(ImmutableStack<T>, CopyContext)

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

IsShallowCopyable()

Kopierer für ImmutableStack<T>.

Gilt für: