ParameterDeclaration Constructor
- Updated2023-02-21
- 2 minute(s) read
| Name | Description | |
|---|---|---|
| ParameterDeclaration() | Initializes a new instance of the ParameterDeclaration class. | |
| ParameterDeclaration(ParameterDeclaration) | Initializes a new instance of the ParameterDeclaration class by copying an existing instance. | |
| ParameterDeclaration(String, DataValue, EvaluationMethod) | Initializes a new instance of the ParameterDeclaration class and creates a sequence parameter with the specified identifier, defaultValue, and evaluationMethod. |