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