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