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

IResultFormatterCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts a IResultFormatter into the collection at the specified index.

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

Parameters

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

Remarks

Missing <remarks> documentation for M:NAnt.NUnit1.Types.IResultFormatterCollection.Insert(System.Int32,NAnt.NUnit1.Types.IResultFormatter)

See Also

IResultFormatterCollection Class | NAnt.NUnit1.Types Namespace