CompilerBase.

SuppressWarnings Property

Summary

Specifies a list of warnings that you want the compiler to suppress.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
CompilerBase

Syntax

[BuildElementCollection("nowarn", "warning")]
public virtual CompilerWarningCollection SuppressWarnings { get; }

Attributes

Type Description
BuildElementCollectionAttribute Indicates that the property should be treated as a container for a collection of build elements.

Value

Type Description
CompilerWarningCollection