Summary
Adds the elements of a
NAnt.DotNet.Types.CompilerWarningCollection to the end of the collection.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Compiler
Warning Collection
Syntax
public void AddRange(CompilerWarningCollection items)
Parameters
| Name | Type | Description |
|---|---|---|
| items | Compiler |
The NAnt.DotNet.Types.CompilerWarningCollection to be added to the end of the collection. |
Return Value
| Type | Description |
|---|---|
| void |
