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