NAnt SDK Documentation - v0.92

CscTask.WriteOptions Method 

Writes the compiler options to the specified TextWriter.

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

Parameters

writer
TextWriter to which the compiler options should be written.

See Also

CscTask Class | NAnt.DotNet.Tasks Namespace