ImmutableSortedSetCopier<T>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Collections.Immutable.ImmutableSortedSet. public sealed class ImmutableSortedSetCopier<T> : IDeepCopier, IDeepCopier<ImmutableSortedSet<T>>, IOptionalDeepCopierConstructors
Methods
DeepCopy(ImmutableSortedSet<T>, CopyContext)Creates a deep copy of the provided input.IsShallowCopyableReturns true if the type is shallow-copyable.
