Freigeben über


DictionaryCopier<TKey,TValue> Klasse

Definition

Kopierer für Dictionary<TKey,TValue>.

[Orleans.RegisterCopier]
public sealed class DictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.Dictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.Dictionary<TKey,TValue>>
[<Orleans.RegisterCopier>]
type DictionaryCopier<'Key, 'Value> = class
    interface IDeepCopier<Dictionary<'Key, 'Value>>
    interface IDeepCopier
    interface IBaseCopier<Dictionary<'Key, 'Value>>
    interface IBaseCopier
Public NotInheritable Class DictionaryCopier(Of TKey, TValue)
Implements IBaseCopier(Of Dictionary(Of TKey, TValue)), IDeepCopier(Of Dictionary(Of TKey, TValue))

Typparameter

TKey

Der Typ des Schlüssels t.

TValue

Der Typ des t-Werts.

Vererbung
DictionaryCopier<TKey,TValue>
Attribute
Implementiert

Konstruktoren

DictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)

Initialisiert eine neue Instanz der DictionaryCopier<TKey,TValue>-Klasse.

Methoden

DeepCopy(Dictionary<TKey,TValue>, CopyContext)

Erstellt eine tiefgehende Kopie der bereitgestellten Eingabe.

DeepCopy(Dictionary<TKey,TValue>, Dictionary<TKey,TValue>, CopyContext)

Klont Member aus input , und kopiert sie in output.

Gilt für: