Summary
Adds a
NAnt.DotNet.Types.CompilerWarning
to the end of the collection.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Compiler
Warning Collection
Syntax
public int Add(CompilerWarning item)
Parameters
Name | Type | Description |
---|---|---|
item | CompilerWarning | The NAnt.DotNet.Types.CompilerWarning to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
int | The position into which the new element was inserted. |