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