ConcurrentDictionaryCopier<TKey,TValue> コンストラクター

定義

ConcurrentDictionaryCopier<TKey,TValue> クラスの新しいインスタンスを初期化します。

public ConcurrentDictionaryCopier (Orleans.Serialization.Cloning.IDeepCopier<TKey> keyCopier, Orleans.Serialization.Cloning.IDeepCopier<TValue> valueCopier);
new Orleans.Serialization.Codecs.ConcurrentDictionaryCopier<'Key, 'Value> : Orleans.Serialization.Cloning.IDeepCopier<'Key> * Orleans.Serialization.Cloning.IDeepCopier<'Value> -> Orleans.Serialization.Codecs.ConcurrentDictionaryCopier<'Key, 'Value>
Public Sub New (keyCopier As IDeepCopier(Of TKey), valueCopier As IDeepCopier(Of TValue))

パラメーター

keyCopier
IDeepCopier<TKey>

キー コピー機。

valueCopier
IDeepCopier<TValue>

値のコピー機。

適用対象