Summary
Inserts a
NAnt.VisualCpp.Types.Symbol
into the collection at the specified index.
- Assembly
- NAnt
.VisualCpp .dll - Namespace
- NAnt
.VisualCpp .Types - Containing Type
- SymbolCollection
Syntax
public void Insert(int index, Symbol item)
Parameters
Name | Type | Description |
---|---|---|
index | int | The zero-based index at which item should be inserted. |
item | Symbol | The NAnt.VisualCpp.Types.Symbol to insert. |
Return Value
Type | Description |
---|---|
void |