NAnt SDK Documentation - v0.85-nightly-2005-11-09

TaskBuilderCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds a TaskBuilder to the end of the collection.

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

Parameters

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

Return Value

The position into which the new element was inserted.

Remarks

Missing <remarks> documentation for M:NAnt.Core.TaskBuilderCollection.Add(NAnt.Core.TaskBuilder)

See Also

TaskBuilderCollection Class | NAnt.Core Namespace