ReadOnlyDictionaryCopier<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.
[Orleans.RegisterCopier]
public sealed class ReadOnlyDictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.ObjectModel.ReadOnlyDictionary<TKey,TValue>>
[<Orleans.RegisterCopier>]
type ReadOnlyDictionaryCopier<'Key, 'Value> = class
interface IDeepCopier<ReadOnlyDictionary<'Key, 'Value>>
interface IDeepCopier
Public NotInheritable Class ReadOnlyDictionaryCopier(Of TKey, TValue)
Implements IDeepCopier(Of ReadOnlyDictionary(Of TKey, TValue))
Type Parameters
- TKey
- TValue
- Inheritance
-
ReadOnlyDictionaryCopier<TKey,TValue>
- Attributes
- Implements
-
IDeepCopier IDeepCopier<ReadOnlyDictionary<TKey,TValue>>
Constructors
ReadOnlyDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Methods
DeepCopy(ReadOnlyDictionary<TKey,TValue>, CopyContext) |