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