Condividi tramite


ImmutableDictionaryCopier<TKey,TValue> Classe

Definizione

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

Parametri di tipo

TKey

Tipo di chiave.

TValue

Tipo di valore.

Ereditarietà
ImmutableDictionaryCopier<TKey,TValue>
Attributi
Implementazioni

Costruttori

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

Copiatore per ImmutableDictionary<TKey,TValue>.

Metodi

DeepCopy(ImmutableDictionary<TKey,TValue>, CopyContext)

Crea una copia approfondita dell'input specificato.

IsShallowCopyable()

Copiatore per ImmutableDictionary<TKey,TValue>.

Si applica a