CompilerWarningCollection.

CompilerWarningCollection(CompilerWarning[]) Constructor

Summary

Initializes a new instance of the NAnt.DotNet.Types.CompilerWarningCollection class with the specified array of NAnt.DotNet.Types.CompilerWarning instances.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
CompilerWarningCollection

Syntax

public CompilerWarningCollection(CompilerWarning[] value)

Parameters

Name Type Description
value CompilerWarning[]

Return Value

Type Description
void