CommandLineArgumentCollection.

AddRange(CommandLineArgument[]) Method

Summary

Adds the elements of a NAnt.Core.Util.CommandLineArgument array to the end of the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Util
Containing Type
CommandLineArgumentCollection

Syntax

public void AddRange(CommandLineArgument[] items)

Parameters

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

Return Value

Type Description
void