NAnt SDK Documentation - v0.92

BuildListenerCollection.Insert Method 

Inserts a IBuildListener into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As IBuildListener _
)
[C#]
public void Insert(
   int index,
   IBuildListener item
);

Parameters

index
The zero-based index at which item should be inserted.
item
The IBuildListener to insert.

See Also

BuildListenerCollection Class | NAnt.Core Namespace