ImmutableDictionaryCopier<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 ImmutableDictionary<TKey,TValue>.
[Orleans.RegisterCopier]
public sealed class ImmutableDictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableDictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableDictionaryCopier<'Key, 'Value> = class
interface IDeepCopier<ImmutableDictionary<'Key, 'Value>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class ImmutableDictionaryCopier(Of TKey, TValue)
Implements IDeepCopier(Of ImmutableDictionary(Of TKey, TValue)), IOptionalDeepCopier
Type Parameters
- TKey
The key type.
- TValue
The value type.
- Inheritance
-
ImmutableDictionaryCopier<TKey,TValue>
- Attributes
- Implements
Constructors
ImmutableDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Methods
DeepCopy(ImmutableDictionary<TKey,TValue>, CopyContext) |
Creates a deep copy of the provided input. |
IsShallowCopyable() |