Freigeben über


SortedDictionaryCopier<TKey,TValue> Klasse

Definition

[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

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 input , und kopiert sie in output.

Gilt für: