Edit

Share via


HashSetCopier<T> Class

Definition

Copier for 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))

Type Parameters

T
Inheritance
HashSetCopier<T>
Attributes
Implements

Constructors

HashSetCopier<T>(IDeepCopier<T>)

Initializes a new instance of the HashSetCopier<T> class.

Methods

DeepCopy(HashSet<T>, CopyContext)

Creates a deep copy of the provided input.

DeepCopy(HashSet<T>, HashSet<T>, CopyContext)

Clones members from input and copies them to output.

Applies to