ImmutableDictionaryCopier<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 ImmutableDictionary<TKey,TValue>.
[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>. |