Condividi tramite


SortedListCopier<TKey,TValue> Classe

Definizione

Copiatore per 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))

Parametri di tipo

TKey

Tipo di chiave.

TValue

Tipo di valore.

Ereditarietà
SortedListCopier<TKey,TValue>
Attributi
Implementazioni

Costruttori

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

Inizializza una nuova istanza della classe SortedListCopier<TKey,TValue>.

Metodi

DeepCopy(SortedList<TKey,TValue>, CopyContext)

Crea una copia approfondita dell'input specificato.

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

Clona i membri da input e li copia in output.

Si applica a