DictionaryCopier<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 DictionaryCopier<TKey,TValue> class.
public DictionaryCopier (Orleans.Serialization.Cloning.IDeepCopier<TKey> keyCopier, Orleans.Serialization.Cloning.IDeepCopier<TValue> valueCopier);
new Orleans.Serialization.Codecs.DictionaryCopier<'Key, 'Value> : Orleans.Serialization.Cloning.IDeepCopier<'Key> * Orleans.Serialization.Cloning.IDeepCopier<'Value> -> Orleans.Serialization.Codecs.DictionaryCopier<'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.