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