NAnt SDK Documentation - v0.92

SymbolCollection.Insert Method 

Inserts a Symbol into the collection at the specified index.

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

Parameters

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

See Also

SymbolCollection Class | NAnt.VisualCpp.Types Namespace