ConcurrentQueueCopier<T> クラス

定義

ConcurrentQueue<T>コピー機。

[Orleans.RegisterCopier]
public sealed class ConcurrentQueueCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Concurrent.ConcurrentQueue<T>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Concurrent.ConcurrentQueue<T>>
[<Orleans.RegisterCopier>]
type ConcurrentQueueCopier<'T> = class
    interface IDeepCopier<ConcurrentQueue<'T>>
    interface IDeepCopier
    interface IBaseCopier<ConcurrentQueue<'T>>
    interface IBaseCopier
Public NotInheritable Class ConcurrentQueueCopier(Of T)
Implements IBaseCopier(Of ConcurrentQueue(Of T)), IDeepCopier(Of ConcurrentQueue(Of T))

型パラメーター

T
継承
ConcurrentQueueCopier<T>
属性
実装

コンストラクター

ConcurrentQueueCopier<T>(IDeepCopier<T>)

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

メソッド

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

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

DeepCopy(ConcurrentQueue<T>, CopyContext)

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

適用対象