ImmutableSortedDictionaryCopier<TKey,TValue> Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Kopierer für ImmutableSortedDictionary<TKey,TValue>.
[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>. |