HashSetCopier<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
Initializes a new instance of the HashSetCopier<T> class.
Constructors
HashSetCopier<T>(IDeepCopier<T>) |
Copier for HashSet<T>. |
Methods
DeepCopy(HashSet<T>, CopyContext) |
Creates a deep copy of the provided input. |
DeepCopy(HashSet<T>, HashSet<T>, CopyContext) |
Clones members from |