CommandLineArgumentCollection.

AddRange(CommandLineArgumentCollection) Method

Summary

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

Syntax

public void AddRange(CommandLineArgumentCollection items)

Parameters

Name Type Description
items CommandLineArgumentCollection The NAnt.Core.Util.CommandLineArgumentCollection to be added to the end of the collection.

Return Value

Type Description
void