public static methodParameterTypeAt(typeName as String, methodIndex as Int, paramIndex as Int) as String:
Returns a parameter type for one exact method overload.
| Parameter | Description |
|---|---|
typeName | Reflected declaring type. |
methodIndex | Zero-based method-overload index. |
paramIndex | Zero-based parameter index. |
Parameter type name, or an empty string for an invalid index.
parameterType = TypeLoader.methodParameterTypeAt("Parser", 0, 0)