Share via


DictMethod.parameterOptional Method

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.

See Also

Reference

DictMethod Class