QueueCopier<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 Queue<T>.
[Orleans.RegisterCopier]
public sealed class QueueCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.Queue<T>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.Queue<T>>
[<Orleans.RegisterCopier>]
type QueueCopier<'T> = class
interface IDeepCopier<Queue<'T>>
interface IDeepCopier
interface IBaseCopier<Queue<'T>>
interface IBaseCopier
Public NotInheritable Class QueueCopier(Of T)
Implements IBaseCopier(Of Queue(Of T)), IDeepCopier(Of Queue(Of T))
Type Parameters
- T
The element type.
- Inheritance
-
QueueCopier<T>
- Attributes
- Implements
Constructors
QueueCopier<T>(IDeepCopier<T>) |
Initializes a new instance of the QueueCopier<T> class. |
Methods
DeepCopy(Queue<T>, CopyContext) |
Creates a deep copy of the provided input. |
DeepCopy(Queue<T>, Queue<T>, CopyContext) |
Clones members from |