NAnt SDK Documentation - v0.92

PatternCollection.Insert Method 

Inserts a Pattern into the collection at the specified index.

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

Parameters

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

See Also

PatternCollection Class | NAnt.Core.Types Namespace