Adds a parameter to the list. This does not create a new parameter, it adds an existing parameter to the list. Note that duplicates can exist in the list.
"parameterList_var" is a variable referencing a ParameterList object. |
"parameterList_var" is a variable referencing a ParameterList object. |
| Type | Description |
| boolean | Returns true if successful. This method will fail if the list is read-only |
| Name | Type | Description |
| parameter | Parameter | The existing parameter to add to the list |