CompilerWarningCollection.

AddRange(CompilerWarning[]) Method

Summary

Adds the elements of a NAnt.DotNet.Types.CompilerWarning array to the end of the collection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
CompilerWarningCollection

Syntax

public void AddRange(CompilerWarning[] items)

Parameters

Name Type Description
items CompilerWarning[] The array of NAnt.DotNet.Types.CompilerWarning elements to be added to the end of the collection.

Return Value

Type Description
void