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