parameters property

List<ParameterElement> parameters

A list containing the parameters elements of this type of function.

The parameter types are not necessarily in the same order as they appear in the declaration of the function.

Implementation

List<ParameterElement> get parameters;