ArgumentInspector.properties

Return a list of properties that component holds.

class ArgumentInspector
const nothrow
string[]
properties
(
const(string)[] component
)

Parameters

component const(string)[]

the component with fields

Return Value

Type: string[]

an arary of property identities.

Meta