Compartir a través de


ImmutableSortedDictionaryCopier<TKey,TValue> Clase

Definición

[Orleans.RegisterCopier]
public sealed class ImmutableSortedDictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableSortedDictionaryCopier<'Key, 'Value> = class
    interface IDeepCopier<ImmutableSortedDictionary<'Key, 'Value>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class ImmutableSortedDictionaryCopier(Of TKey, TValue)
Implements IDeepCopier(Of ImmutableSortedDictionary(Of TKey, TValue)), IOptionalDeepCopier

Parámetros de tipo

TKey

El tipo de clave.

TValue

Tipo de valor.

Herencia
ImmutableSortedDictionaryCopier<TKey,TValue>
Atributos
Implementaciones

Constructores

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

Copiador para ImmutableSortedDictionary<TKey,TValue>.

Métodos

DeepCopy(ImmutableSortedDictionary<TKey,TValue>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

IsShallowCopyable()

Copiador para ImmutableSortedDictionary<TKey,TValue>.

Se aplica a