NAnt SDK Documentation - v0.92

CompilerBase.WriteNoWarnList Method 

Writes list of warnings to suppress to the specified TextWriter.

[Visual Basic]
Overridable Protected Sub WriteNoWarnList( _
   ByVal writer As TextWriter _
)
[C#]
protected virtual void WriteNoWarnList(
   TextWriter writer
);

Parameters

writer
The TextWriter to which the list of warnings to suppress should be written.

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace