Summary
Allows derived classes to provide compiler-specific options.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- CompilerBase
Syntax
protected virtual void WriteOptions(TextWriter writer)
Parameters
| Name | Type | Description |
|---|---|---|
| writer | TextWriter | The System.IO.TextWriter to which the compiler options should be written. |
Return Value
| Type | Description |
|---|---|
| void |
