NAnt SDK Documentation - v0.92

SymbolCollection.Add Method 

Adds a Symbol to the end of the collection.

[Visual Basic]
Public Function Add( _
   ByVal item As Symbol _
) As Integer
[C#]
public int Add(
   Symbol item
);

Parameters

item
The Symbol to be added to the end of the collection.

Return Value

The position into which the new element was inserted.

See Also

SymbolCollection Class | NAnt.VisualCpp.Types Namespace