CompositeInspector.properties

Return a list of properties that component holds.

class CompositeInspector(ComponentType)
const nothrow
string[]
properties
(
ComponentType component
)
if (
isAggregateType!ComponentType
)

Parameters

component ComponentType

the component with fields

Return Value

Type: string[]

an arary of property identities.

Meta