HashSetCopier<T>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Collections.Generic.HashSet. public sealed class HashSetCopier<T> : IBaseCopier, IBaseCopier<HashSet<T>>, IDeepCopier, IDeepCopier<HashSet<T>>Remarks
Initializes a new instance of the
Orleans.Serialization.Codecs.HashSetCopier class. Constructors
HashSetCopier<T>(IDeepCopier<T>)Copier forSystem.Collections.Generic.HashSet.
Methods
DeepCopy(HashSet<T>, CopyContext)Creates a deep copy of the provided input.DeepCopy(HashSet<T>, HashSet<T>, CopyContext)Clones members frominputand copies them tooutput.
