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にコピーします。

適用対象