NAnt SDK Documentation - v0.85-nightly-2005-11-09

SymbolCollection.Insert Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.VisualCpp.Types.SymbolCollection.Insert(System.Int32,NAnt.VisualCpp.Types.Symbol)

See Also

SymbolCollection Class | NAnt.VisualCpp.Types Namespace