struct ManagedSerializableDictionaryKeyValue

Inherits: IReflectable

Contains key and value data used for serializing a managed dictionary.

Public

Constructors

ManagedSerializableDictionaryKeyValue

ManagedSerializableDictionaryKeyValue()

ManagedSerializableDictionaryKeyValue

ManagedSerializableDictionaryKeyValue(const SPtr<ManagedSerializableFieldData> &key, const SPtr<ManagedSerializableFieldData> &value)

Methods

staticGetRttiStatic

static RTTIType *GetRttiStatic()

GetRtti

RTTIType *GetRtti() const

Returns an interface you can use to access class' Run Time Type Information.

Fields