getParameterCount abstract method

int getParameterCount()

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();