Parameter List
A list of parameters for easier handling.
Parameters
parameters
the parameters for the list
Constructors
Link copied to clipboard
Creates a new ParameterList with the given parameter
Link copied to clipboard
Functions
Link copied to clipboard
Returns the parameter with the given name if available.
Link copied to clipboard
Link copied to clipboard
Verifies if the parameters in this list matches the allowedParameters. The lists can have different number of elements. The parameters in the allowedParameters list that are not Parameter.optional must be in this list and all parameters in this list must match the type of the parameters with the same name in allowedParameters