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