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 _
)
Parameters
-
writer
- The TextWriter to which the compiler options should be written.
See Also
CompilerBase Class | NAnt.DotNet.Tasks Namespace