KeyValuePairCopier<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 KeyValuePair<TKey,TValue>.
[Orleans.RegisterCopier]
public sealed class KeyValuePairCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.KeyValuePair<TKey,TValue>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type KeyValuePairCopier<'Key, 'Value> = class
interface IDeepCopier<KeyValuePair<'Key, 'Value>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class KeyValuePairCopier(Of TKey, TValue)
Implements IDeepCopier(Of KeyValuePair(Of TKey, TValue)), IOptionalDeepCopier
Typparameter
- TKey
Der Schlüsseltyp.
- TValue
Der Werttyp.
- Vererbung
-
KeyValuePairCopier<TKey,TValue>
- Attribute
- Implementiert
Konstruktoren
KeyValuePairCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
Initialisiert eine neue Instanz der KeyValuePairCopier<TKey,TValue>-Klasse. |
Methoden
DeepCopy(KeyValuePair<TKey,TValue>, CopyContext) |
Erstellt eine tiefe Kopie der bereitgestellten Eingabe. |
IsShallowCopyable() |
Kopierer für KeyValuePair<TKey,TValue>. |
Explizite Schnittstellenimplementierungen
IDeepCopier.DeepCopy(Object, CopyContext) |
Kopierer für KeyValuePair<TKey,TValue>. |