DictionaryCopier<TKey, TValue>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Collections.Generic.Dictionary. public sealed class DictionaryCopier<TKey, TValue> : IBaseCopier, IBaseCopier<Dictionary<TKey, TValue>>, IDeepCopier, IDeepCopier<Dictionary<TKey, TValue>> where TKey : notnullConstructors
DictionaryCopier<TKey, TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)Initializes a new instance of theOrleans.Serialization.Codecs.DictionaryCopierclass.
Methods
DeepCopy(Dictionary<TKey, TValue>, CopyContext)Creates a deep copy of the provided input.DeepCopy(Dictionary<TKey, TValue>, Dictionary<TKey, TValue>, CopyContext)Clones members frominputand copies them tooutput.
