NAnt SDK Documentation - v0.92

EnvironmentVariableCollection Constructor

Initializes a new instance of the EnvironmentVariableCollection class.

Overload List

Initializes a new instance of the EnvironmentVariableCollection class.

public EnvironmentVariableCollection();

Initializes a new instance of the EnvironmentVariableCollection class with the specified array of EnvironmentVariable instances.

public EnvironmentVariableCollection(EnvironmentVariable[]);

Initializes a new instance of the EnvironmentVariableCollection class with the specified EnvironmentVariableCollection instance.

public EnvironmentVariableCollection(EnvironmentVariableCollection);

See Also

EnvironmentVariableCollection Class | NAnt.Core.Types Namespace