NAnt SDK Documentation - v0.92

SymbolCollection.Remove Method 

Removes a member from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal item As Symbol _
)
[C#]
public void Remove(
   Symbol item
);

Parameters

item
The Symbol to remove from the collection.

See Also

SymbolCollection Class | NAnt.VisualCpp.Types Namespace