共用方式為


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)

建立所提供輸入的深層複本。

適用於