Düzenle

Aracılığıyla paylaş


QueueCopier<T> Class

Definition

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 input and copies them to output.

Applies to