SortedListCopier<TKey,TValue> 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 SortedListCopier<TKey,TValue> class.
public SortedListCopier (Orleans.Serialization.Cloning.IDeepCopier<TKey> keyCopier, Orleans.Serialization.Cloning.IDeepCopier<TValue> valueCopier);
new Orleans.Serialization.Codecs.SortedListCopier<'Key, 'Value> : Orleans.Serialization.Cloning.IDeepCopier<'Key> * Orleans.Serialization.Cloning.IDeepCopier<'Value> -> Orleans.Serialization.Codecs.SortedListCopier<'Key, 'Value>
Public Sub New (keyCopier As IDeepCopier(Of TKey), valueCopier As IDeepCopier(Of TValue))
Parameters
- keyCopier
- IDeepCopier<TKey>
The key copier.
- valueCopier
- IDeepCopier<TValue>
The value copier.