ImmutableSortedSetCopier<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的 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>复制器。 |