NAnt SDK Documentation - v0.92

CompilerBase.WriteOptions Method 

Allows derived classes to provide compiler-specific options.

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

Parameters

writer
The TextWriter to which the compiler options should be written.

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace