Overview
>
klyn
>
Type
>
getMethod
Overview
Index
Tree
Deprecated
klyn.Type.getMethod
method
public getMethod(methodName as String, notInherited as Boolean = true, types... as Type) as Method:
Description
Method to get a specific method of the type.
Parameters
methodName The name of the method to retrieve.
notInherited If true, only methods declared in this type are considered.
types... Optional parameter type list used to disambiguate overloads.
Returns
The reflected method if found.