SortedListCopier<TKey,TValue> Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Kopierer für 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))
Typparameter
- TKey
Der Schlüsseltyp.
- TValue
Der Werttyp.
- Vererbung
-
SortedListCopier<TKey,TValue>
- Attribute
- Implementiert
Konstruktoren
SortedListCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Initialisiert eine neue Instanz der SortedListCopier<TKey,TValue>-Klasse. |
Methoden
DeepCopy(SortedList<TKey,TValue>, CopyContext) |
Erstellt eine tiefe Kopie der bereitgestellten Eingabe. |
DeepCopy(SortedList<TKey,TValue>, SortedList<TKey,TValue>, CopyContext) |
Klont Member aus |