NAnt SDK Documentation - v0.92

EnvironmentVariableCollection Constructor (EnvironmentVariableCollection)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As EnvironmentVariableCollection _
)
[C#]
public EnvironmentVariableCollection(
   EnvironmentVariableCollection value
);

See Also

EnvironmentVariableCollection Class | NAnt.Core.Types Namespace | EnvironmentVariableCollection Constructor Overload List