QueueCopier<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 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) |
從 複製成員 |