ConcurrentDictionaryCopier<TKey, TValue>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Collections.Concurrent.ConcurrentDictionary. public sealed class ConcurrentDictionaryCopier<TKey, TValue> : IBaseCopier, IBaseCopier<ConcurrentDictionary<TKey, TValue>>, IDeepCopier, IDeepCopier<ConcurrentDictionary<TKey, TValue>>Constructors
ConcurrentDictionaryCopier<TKey, TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)Initializes a new instance of theOrleans.Serialization.Codecs.ConcurrentDictionaryCopierclass.
Methods
DeepCopy(ConcurrentDictionary<TKey, TValue>, CopyContext)Creates a deep copy of the provided input.DeepCopy(ConcurrentDictionary<TKey, TValue>, ConcurrentDictionary<TKey, TValue>, CopyContext)Clones members frominputand copies them tooutput.
