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