NAnt SDK Documentation - v0.85-nightly-2005-11-09

CompilerBase.SuppressWarnings Property

[This is preliminary documentation and subject to change.]

Specifies a list of warnings that you want the compiler to suppress.

[Visual Basic]
<BuildElementCollection(ChildElementName:="warning", ElementType:=null, Name:="nowarn", Required:=False, ProcessXml:=True)>
Overridable Public ReadOnly Property SuppressWarnings As CompilerWarningCollection
[C#]
[BuildElementCollection(ChildElementName="warning", ElementType=null, Name="nowarn", Required=False, ProcessXml=True)]
public virtual NAnt.DotNet.Types.CompilerWarningCollection SuppressWarnings {get;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.CompilerBase.SuppressWarnings

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace