Compartir a través de


ImmutableStackCopier<T> Clase

Definición

Copiador para 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

Parámetros de tipo

T

El tipo de elemento.

Herencia
ImmutableStackCopier<T>
Atributos
Implementaciones

Constructores

ImmutableStackCopier<T>(IDeepCopier<T>)

Copiador para ImmutableStack<T>.

Métodos

DeepCopy(ImmutableStack<T>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

IsShallowCopyable()

Copiador para ImmutableStack<T>.

Se aplica a