AssociativeArrayInspector.properties

Return a list of properties that component holds.

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

Parameters

component ComponentType[KeyType]

the component with fields

Return Value

Type: KeyType[]

an arary of property identities.

Meta