NAnt SDK Documentation - v0.92

OptionCollection.Insert Method 

Inserts a Option into the collection at the specified index.

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

Parameters

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

See Also

OptionCollection Class | NAnt.Core.Types Namespace