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