Summary
Removes a member from the collection.
- Assembly
- NAnt
.VisualCpp .dll - Namespace
- NAnt
.VisualCpp .Types - Containing Type
- SymbolCollection
Syntax
public void Remove(Symbol item)
Parameters
Name | Type | Description |
---|---|---|
item | Symbol | The NAnt.VisualCpp.Types.Symbol to remove from the collection. |
Return Value
Type | Description |
---|---|
void |