NAnt SDK Documentation - v0.92

EnvironmentVariableCollection.AddRange Method

Adds the elements of a EnvironmentVariable array to the end of the collection.

Overload List

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);

See Also

EnvironmentVariableCollection Class | NAnt.Core.Types Namespace