NAnt SDK Documentation - v0.85-nightly-2005-11-09

EnvironmentVariableCollection Constructor (EnvironmentVariable[])

[This is preliminary documentation and subject to change.]

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

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

Parameters

value
Missing <param> documentation for value

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.EnvironmentVariableCollection.#ctor(NAnt.Core.Types.EnvironmentVariable[])

See Also

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