EnvironmentVariableCollection.

EnvironmentVariableCollection(EnvironmentVariable[]) Constructor

Summary

Initializes a new instance of the NAnt.Core.Types.EnvironmentVariableCollection class with the specified array of NAnt.Core.Types.EnvironmentVariable instances.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
EnvironmentVariableCollection

Syntax

public EnvironmentVariableCollection(EnvironmentVariable[] value)

Parameters

Name Type Description
value EnvironmentVariable[]

Return Value

Type Description
void