NAnt SDK Documentation - v0.92

CommandLineArgumentCollection.Add Method 

Adds a CommandLineArgument to the end of the collection.

[Visual Basic]
Public Function Add( _
   ByVal item As CommandLineArgument _
) As Integer
[C#]
public int Add(
   CommandLineArgument item
);

Parameters

item
The CommandLineArgument to be added to the end of the collection.

Return Value

The position into which the new element was inserted.

See Also

CommandLineArgumentCollection Class | NAnt.Core.Util Namespace