NAnt SDK Documentation - v0.92 |
|
FilterCollection.Insert Method
Inserts a Filter into the collection at the specified index.
[Visual Basic]
Public Sub Insert( _
ByVal
index As
Integer, _
ByVal
item As
Filter _
)
Parameters
-
index
- The zero-based index at which item should be inserted.
-
item
- The Filter to insert.
See Also
FilterCollection Class | NAnt.Core.Filters Namespace