Edit

Share via


ImmutableStackCopier<T> Class

Definition

Copier for 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

Type Parameters

T

The element type.

Inheritance
ImmutableStackCopier<T>
Attributes
Implements

Constructors

ImmutableStackCopier<T>(IDeepCopier<T>)

Methods

DeepCopy(ImmutableStack<T>, CopyContext)

Creates a deep copy of the provided input.

IsShallowCopyable()

Applies to