CompilerWarningCollection.

AddRange(CompilerWarningCollection) Method

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
CompilerWarningCollection

Syntax

public void AddRange(CompilerWarningCollection items)

Parameters

Name Type Description
items CompilerWarningCollection The NAnt.DotNet.Types.CompilerWarningCollection to be added to the end of the collection.

Return Value

Type Description
void