Freigeben über


ImmutableDictionaryCopier<TKey,TValue> Klasse

Definition

[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

Typparameter

TKey

Der Schlüsseltyp.

TValue

Der Werttyp.

Vererbung
ImmutableDictionaryCopier<TKey,TValue>
Attribute
Implementiert

Konstruktoren

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

Kopierer für ImmutableDictionary<TKey,TValue>.

Methoden

DeepCopy(ImmutableDictionary<TKey,TValue>, CopyContext)

Erstellt eine tiefe Kopie der bereitgestellten Eingabe.

IsShallowCopyable()

Kopierer für ImmutableDictionary<TKey,TValue>.

Gilt für: