ImmutableSortedSetCopier<T> 类

定义

ImmutableSortedSet<T>复制器。

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

类型参数

T

元素类型。

继承
ImmutableSortedSetCopier<T>
属性
实现

构造函数

ImmutableSortedSetCopier<T>(IDeepCopier<T>)

ImmutableSortedSet<T>复制器。

方法

DeepCopy(ImmutableSortedSet<T>, CopyContext)

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

IsShallowCopyable()

ImmutableSortedSet<T>复制器。

适用于