ArgumentCollection.

AddRange(Argument[]) Method

Summary

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

Syntax

public void AddRange(Argument[] items)

Parameters

Name Type Description
items Argument[] The array of NAnt.Core.Types.Argument elements to be added to the end of the collection.

Return Value

Type Description
void