Summary
Adds the elements of a
NAnt.Core.Types.EnvironmentVariable
array to the end of the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- Environment
Variable Collection
Syntax
public void AddRange(EnvironmentVariable[] items)
Parameters
Name | Type | Description |
---|---|---|
items | Environment |
The array of NAnt.Core.Types.EnvironmentVariable elements to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
void |