CommandLineArgumentCollection.

Add(CommandLineArgument) Method

Summary

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

Syntax

public int Add(CommandLineArgument item)

Parameters

Name Type Description
item CommandLineArgument The NAnt.Core.Util.CommandLineArgument to be added to the end of the collection.

Return Value

Type Description
int The position into which the new element was inserted.