Freigeben über


ImmutableSortedDictionaryCopier<TKey,TValue> Klasse

Definition

[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

Typparameter

TKey

Der Schlüsseltyp.

TValue

Der Werttyp.

Vererbung
ImmutableSortedDictionaryCopier<TKey,TValue>
Attribute
Implementiert

Konstruktoren

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

Kopierer für ImmutableSortedDictionary<TKey,TValue>.

Methoden

DeepCopy(ImmutableSortedDictionary<TKey,TValue>, CopyContext)

Erstellt eine tiefgehende Kopie der bereitgestellten Eingabe.

IsShallowCopyable()

Kopierer für ImmutableSortedDictionary<TKey,TValue>.

Gilt für: