SortedDictionaryCopier<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 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))
Typparameter
- TKey
Der Schlüsseltyp.
- TValue
Der Werttyp.
- Vererbung
-
SortedDictionaryCopier<TKey,TValue>
- Attribute
- Implementiert
-
IBaseCopier IBaseCopier<SortedDictionary<TKey,TValue>> IDeepCopier IDeepCopier<SortedDictionary<TKey,TValue>>
Konstruktoren
SortedDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Initialisiert eine neue Instanz der SortedDictionaryCopier<TKey,TValue>-Klasse. |
Methoden
DeepCopy(SortedDictionary<TKey,TValue>, CopyContext) |
Erstellt eine tiefgehende Kopie der bereitgestellten Eingabe. |
DeepCopy(SortedDictionary<TKey,TValue>, SortedDictionary<TKey,TValue>, CopyContext) |
Klont Member aus |