Summary
Initializes a
NAnt.Core.Types.EnvironmentVariable
instance with the
specified name and value.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- EnvironmentVariable
Syntax
public EnvironmentVariable(string name, string value)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the environment variable. |
value | string | The value of the environment variable. |
Return Value
Type | Description |
---|---|
void |