Edit

Share via


StackCopier<T> Class

Definition

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

Type Parameters

T

The element type.

Inheritance
StackCopier<T>
Attributes
Implements

Constructors

StackCopier<T>(IDeepCopier<T>)

Initializes a new instance of the StackCopier<T> class.

Methods

DeepCopy(Stack<T>, CopyContext)

Creates a deep copy of the provided input.

DeepCopy(Stack<T>, Stack<T>, CopyContext)

Clones members from input and copies them to output.

Applies to