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