ImmutableQueueCopier<T> 类

定义

ImmutableQueue<T>复制器。

[Orleans.RegisterCopier]
public sealed class ImmutableQueueCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableQueue<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableQueueCopier<'T> = class
    interface IDeepCopier<ImmutableQueue<'T>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class ImmutableQueueCopier(Of T)
Implements IDeepCopier(Of ImmutableQueue(Of T)), IOptionalDeepCopier

类型参数

T

元素类型。

继承
ImmutableQueueCopier<T>
属性
实现

构造函数

ImmutableQueueCopier<T>(IDeepCopier<T>)

ImmutableQueue<T>复制器。

方法

DeepCopy(ImmutableQueue<T>, CopyContext)

创建所提供输入的深层副本。

IsShallowCopyable()

ImmutableQueue<T>复制器。

适用于