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