CscTask.

WriteOptions(TextWriter) Method

Summary

Writes the compiler options to the specified System.IO.TextWriter.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
CscTask

Syntax

protected override void WriteOptions(TextWriter writer)

Parameters

Name Type Description
writer TextWriter System.IO.TextWriter to which the compiler options should be written.

Return Value

Type Description
void