NAnt SDK Documentation - v0.92

BuildListenerCollection.Add Method 

Adds a IBuildListener to the end of the collection.

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

Parameters

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

Return Value

The position into which the new element was inserted.

See Also

BuildListenerCollection Class | NAnt.Core Namespace