getParameterCount abstract method
Gets the total number of parameters.
Returns:
- The count of all parameters (required and optional)
Equivalent to getParameters().length
but more efficient.
Implementation
int getParameterCount();
Gets the total number of parameters.
Returns:
Equivalent to getParameters().length
but more efficient.
int getParameterCount();