HashSetCopier<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
HashSet<T>复制器。
[Orleans.RegisterCopier]
public sealed class HashSetCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.HashSet<T>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.HashSet<T>>
[<Orleans.RegisterCopier>]
type HashSetCopier<'T> = class
interface IDeepCopier<HashSet<'T>>
interface IDeepCopier
interface IBaseCopier<HashSet<'T>>
interface IBaseCopier
Public NotInheritable Class HashSetCopier(Of T)
Implements IBaseCopier(Of HashSet(Of T)), IDeepCopier(Of HashSet(Of T))
类型参数
- T
- 继承
-
HashSetCopier<T>
- 属性
- 实现
注解
初始化 HashSetCopier<T> 类的新实例。
构造函数
HashSetCopier<T>(IDeepCopier<T>) |
HashSet<T>复制器。 |
方法
DeepCopy(HashSet<T>, CopyContext) |
创建提供的输入的深层副本。 |
DeepCopy(HashSet<T>, HashSet<T>, CopyContext) |
从 |