HashSetCopier<T>(IDeepCopier<T>) Constructor
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>.
public HashSetCopier (Orleans.Serialization.Cloning.IDeepCopier<T> valueCopier);
new Orleans.Serialization.Codecs.HashSetCopier<'T> : Orleans.Serialization.Cloning.IDeepCopier<'T> -> Orleans.Serialization.Codecs.HashSetCopier<'T>
Public Sub New (valueCopier As IDeepCopier(Of T))
Parameters
- valueCopier
- IDeepCopier<T>
The value copier.
Remarks
Initializes a new instance of the HashSetCopier<T> class.