StackCopier<T>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Collections.Generic.Stack. public sealed class StackCopier<T> : IBaseCopier, IBaseCopier<Stack<T>>, IDeepCopier, IDeepCopier<Stack<T>>Constructors
StackCopier<T>(IDeepCopier<T>)Initializes a new instance of theOrleans.Serialization.Codecs.StackCopierclass.
Methods
DeepCopy(Stack<T>, CopyContext)Creates a deep copy of the provided input.DeepCopy(Stack<T>, Stack<T>, CopyContext)Clones members frominputand copies them tooutput.
