Summary
Removes a member from the collection.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Types - Containing Type
- Code
Stats Count Collection
Syntax
public void Remove(CodeStatsCount item)
Parameters
| Name | Type | Description |
|---|---|---|
| item | CodeStatsCount | The NAnt.Contrib.Types.CodeStatsCount to remove from the collection. |
Return Value
| Type | Description |
|---|---|
| void |
