Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified parameter of the method is optional.
Syntax
public boolean parameterOptional(int variableNumber)
Run On
Called
Parameters
- variableNumber
Type: int
The one-based index to the parameter list for the method.
Return Value
Type: boolean
true if the parameter is optional; otherwise, false.