Compartilhar via


SortedListCopier<TKey,TValue> Classe

Definição

Copiador para 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))

Parâmetros de tipo

TKey

O tipo principal.

TValue

O tipo de valor.

Herança
SortedListCopier<TKey,TValue>
Atributos
Implementações

Construtores

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

Inicializa uma nova instância da classe SortedListCopier<TKey,TValue>.

Métodos

DeepCopy(SortedList<TKey,TValue>, CopyContext)

Cria uma cópia profunda da entrada fornecida.

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

Clona membros de input e copia-os para output.

Aplica-se a