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