LocalDeclaration Constructor
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
| Name | Description | |
|---|---|---|
| LocalDeclaration() | Initializes a new instance of the LocalDeclaration class. | |
| LocalDeclaration(LocalDeclaration) | Initializes a new instance of the LocalDeclaration class by copying an existing instance. | |
| LocalDeclaration(String, DataValue) | Initializes a new instance of theLocalDeclaration class and creates a local variable with the specified variable name, default value, and data type. |