QueueCopier<T> クラス

定義

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))

型パラメーター

T

要素型。

継承
QueueCopier<T>
属性
実装

コンストラクター

QueueCopier<T>(IDeepCopier<T>)

QueueCopier<T> クラスの新しいインスタンスを初期化します。

メソッド

DeepCopy(Queue<T>, CopyContext)

指定された入力のディープ コピーを作成します。

DeepCopy(Queue<T>, Queue<T>, CopyContext)

から input メンバーを複製し、 に outputコピーします。

適用対象