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