klyn.Type.getAttribute
method
public getAttribute(attributeName as String, notInherited as Boolean = true) as klyn.reflection.Attribute:
Description
Method to get a specific attribute of the type.
Parameters
  • attributeName The name of the attribute to retrieve.
  • notInherited If true, only attributes declared in this type are considered.
Returns
The attribute if found.