AssociativeArrayInspector.properties

Return a list of properties that component holds.

class AssociativeArrayInspector(ValueType, KeyType = ValueType)
const nothrow
KeyType[]
properties
(
ValueType[KeyType] component
)

Parameters

component ValueType[KeyType]

the component with fields

Return Value

Type: KeyType[]

an arary of property identities.

Meta