public static methodParameterCountAt(typeName as String, methodIndex as Int) as Int:
Returns the parameter count for one exact method overload.
| Parameter | Description |
|---|---|
typeName | Reflected declaring type. |
methodIndex | Zero-based method-overload index. |
Number of parameters on that overload.
count = TypeLoader.methodParameterCountAt("Parser", 0)