ImmutableStackCopier<T> 类

定义

ImmutableStack<T>复制器。

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

类型参数

T

元素类型。

继承
ImmutableStackCopier<T>
属性
实现

构造函数

ImmutableStackCopier<T>(IDeepCopier<T>)

ImmutableStack<T>复制器。

方法

DeepCopy(ImmutableStack<T>, CopyContext)

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

IsShallowCopyable()

ImmutableStack<T>复制器。

适用于