Freigeben über


SortedListCopier<TKey,TValue> Klasse

Definition

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

Gilt für: