parameters property
List<ParameterElement>
get
parameters
Return a list containing the parameters elements of this type of function. The parameter types are in the same order as they appear in the declaration of the function.
Implementation
List<ParameterElement> get parameters;