ImmutableSortedDictionaryCopier<TKey,TValue> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copier for ImmutableSortedDictionary<TKey,TValue>.
[Orleans.RegisterCopier]
public sealed class ImmutableSortedDictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableSortedDictionaryCopier<'Key, 'Value> = class
interface IDeepCopier<ImmutableSortedDictionary<'Key, 'Value>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class ImmutableSortedDictionaryCopier(Of TKey, TValue)
Implements IDeepCopier(Of ImmutableSortedDictionary(Of TKey, TValue)), IOptionalDeepCopier
Type Parameters
- TKey
The key type.
- TValue
The value type.
- Inheritance
-
ImmutableSortedDictionaryCopier<TKey,TValue>
- Attributes
- Implements
Constructors
ImmutableSortedDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Methods
DeepCopy(ImmutableSortedDictionary<TKey,TValue>, CopyContext) |
Creates a deep copy of the provided input. |
IsShallowCopyable() |