DictMethod.parameterName Method

Gets the name of the specified parameter.

Syntax

public str parameterName(int variableNumber)

Run On

Called

Parameters

  • variableNumber
    Type: int
    The one-based index to the parameter list for the method.

Return Value

Type: str
The name of the specified parameter.

See Also

Reference

DictMethod Class