ClassDBSingleton.classGetPropertyList

Returns an array with all the properties of class or its ancestry if no_inheritance is false.

struct ClassDBSingleton
@nogc nothrow const
Array
classGetPropertyList
(
in String _class
,
in bool no_inheritance = false
)

Meta