StackCopier<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |