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

EnvironmentVariableCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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