DictionaryCopier<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 Dictionary<TKey,TValue>.
[Orleans.RegisterCopier]
public sealed class DictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.Dictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.Dictionary<TKey,TValue>>
[<Orleans.RegisterCopier>]
type DictionaryCopier<'Key, 'Value> = class
interface IDeepCopier<Dictionary<'Key, 'Value>>
interface IDeepCopier
interface IBaseCopier<Dictionary<'Key, 'Value>>
interface IBaseCopier
Public NotInheritable Class DictionaryCopier(Of TKey, TValue)
Implements IBaseCopier(Of Dictionary(Of TKey, TValue)), IDeepCopier(Of Dictionary(Of TKey, TValue))
Type Parameters
- TKey
The type of the t key.
- TValue
The type of the t value.
- Inheritance
-
DictionaryCopier<TKey,TValue>
- Attributes
- Implements
Constructors
DictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Initializes a new instance of the DictionaryCopier<TKey,TValue> class. |
Methods
DeepCopy(Dictionary<TKey,TValue>, CopyContext) |
Creates a deep copy of the provided input. |
DeepCopy(Dictionary<TKey,TValue>, Dictionary<TKey,TValue>, CopyContext) |
Clones members from |