[]
Constructs an empty ParameterList object. It can be later completed by adding elements one by one, by loading them from a file, or by initializing them from an argument string.
public ParameterList()
Public Sub New()
Constructs an empty ParameterList object with the provided default parameters. The list can be later updated by adding elements one by one, by loading them from a file, or by initializing them from an argument string.
public ParameterList(ParameterList def)
Public Sub New(def As ParameterList)
| Type | Name | Description |
|---|---|---|
| ParameterList | def | The defaults parameters |