Condividi tramite


ImmutableSortedDictionaryCopier<TKey,TValue> Classe

Definizione

[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

Parametri di tipo

TKey

Tipo di chiave.

TValue

Tipo di valore.

Ereditarietà
ImmutableSortedDictionaryCopier<TKey,TValue>
Attributi
Implementazioni

Costruttori

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

Copiatore per ImmutableSortedDictionary<TKey,TValue>.

Metodi

DeepCopy(ImmutableSortedDictionary<TKey,TValue>, CopyContext)

Crea una copia completa dell'input fornito.

IsShallowCopyable()

Copiatore per ImmutableSortedDictionary<TKey,TValue>.

Si applica a