DictionaryCopier<TKey,TValue> Class
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>.
C#
[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))
- TKey
The type of the t key.
- TValue
The type of the t value.
- Inheritance
-
DictionaryCopier<TKey,TValue>
- Attributes
- Implements
Dictionary |
Initializes a new instance of the DictionaryCopier<TKey,TValue> class. |
Deep |
Creates a deep copy of the provided input. |
Deep |
Clones members from |
Product | Versions |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |