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