struct
ManagedSerializableDelta::ModifiedDictionaryEntry
Inherits:
IReflectable
Represents a single modified dictionary entry.
Public
Constructors
ModifiedDictionaryEntry
ModifiedDictionaryEntry() = default
ModifiedDictionaryEntry
ModifiedDictionaryEntry(const SPtr<ManagedSerializableFieldData> &key, const SPtr<Modification> &modification)
Methods
staticGetRttiStatic
static RTTIType *GetRttiStatic()
Fields
Modification
SPtr<Modification> Modification
Recorded modification(s) on the dictionary entry value.