Compartir a través de


SortedListCopier<TKey,TValue> Clase

Definición

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

El tipo de clave.

TValue

Tipo de valor.

Herencia
SortedListCopier<TKey,TValue>
Atributos
Implementaciones

Constructores

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

Inicializa una nueva instancia de la clase SortedListCopier<TKey,TValue>.

Métodos

DeepCopy(SortedList<TKey,TValue>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

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

Clona los miembros de input y los copia en output.

Se aplica a