HashSetCopier<T> 类

定义

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)

input 克隆成员并将其复制到 output

适用于