EnvironmentVariableCollection.

AddRange(EnvironmentVariableCollection) Method

Summary

Adds the elements of a NAnt.Core.Types.EnvironmentVariableCollection to the end of the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
EnvironmentVariableCollection

Syntax

public void AddRange(EnvironmentVariableCollection items)

Parameters

Name Type Description
items EnvironmentVariableCollection The NAnt.Core.Types.EnvironmentVariableCollection to be added to the end of the collection.

Return Value

Type Description
void