Partilhar via


ImmutableSortedDictionaryCopier<TKey,TValue> Classe

Definição

[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

O tipo principal.

TValue

O tipo de valor.

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

Construtores

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

Copiador para ImmutableSortedDictionary<TKey,TValue>.

Métodos

DeepCopy(ImmutableSortedDictionary<TKey,TValue>, CopyContext)

Cria uma cópia profunda da entrada fornecida.

IsShallowCopyable()

Copiador para ImmutableSortedDictionary<TKey,TValue>.

Aplica-se a