Summary
Adds a
NAnt.VisualCpp.Types.Symbol
to the end of the collection.
- Assembly
- NAnt
.VisualCpp .dll - Namespace
- NAnt
.VisualCpp .Types - Containing Type
- SymbolCollection
Syntax
public int Add(Symbol item)
Parameters
Name | Type | Description |
---|---|---|
item | Symbol | The NAnt.VisualCpp.Types.Symbol to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
int | The position into which the new element was inserted. |