ConcurrentDictionaryCopier<TKey, TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)
public ConcurrentDictionaryCopier<TKey, ConcurrentDictionaryCopier(IDeepCopier<TKey> keyCopier, IDeepCopier<TValue> valueCopier) Initializes a new instance of the
Orleans.Serialization.Codecs.ConcurrentDictionaryCopier class. Parameters
keyCopierIDeepCopier<TKey>- The key copier.
valueCopierIDeepCopier<TValue>- The value copier.
