Adds the elements of a EnvironmentVariable array to the end of the collection.
Adds the elements of a EnvironmentVariable array to the end of the collection.
public void AddRange(EnvironmentVariable[]);
Adds the elements of a EnvironmentVariableCollection to the end of the collection.
public void AddRange(EnvironmentVariableCollection);
EnvironmentVariableCollection Class | NAnt.Core.Types Namespace