NAnt SDK Documentation - v0.92

FormatterCollection.Insert Method 

Inserts a Formatter into the collection at the specified index.

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

Parameters

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

See Also

FormatterCollection Class | NAnt.Core.Types Namespace