public getProperties(notInherited as Boolean = true) as ArrayList<klyn.reflection.Property>:
Method to get the properties of the type.
| Parameter | Description |
|---|---|
notInherited | If true, only properties declared in this type are returned. |
The list of reflected properties.