klyn.Type.getProperties
method
public getProperties(notInherited as Boolean = true) as ArrayList<klyn.reflection.Property>:
Description

Method to get the properties of the type.

Parameters
  • notInherited If true, only properties declared in this type are returned.
Returns

The list of reflected properties.