FormatterCollection.

Insert(int, Formatter) Method

Summary

Inserts a NAnt.Core.Types.Formatter into the collection at the specified index.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
FormatterCollection

Syntax

public void Insert(int index, Formatter item)

Parameters

Name Type Description
index int The zero-based index at which item should be inserted.
item Formatter The NAnt.Core.Types.Formatter to insert.

Return Value

Type Description
void