SortedListCopier<TKey,TValue> Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 |