NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
CompilerBase.WriteOption Method (TextWriter, String)
[This is preliminary documentation and subject to change.]
Writes an option using the default output format.
[Visual Basic]
Overridable Overloads Protected Sub WriteOption( _
ByVal
writer As
TextWriter, _
ByVal
name As
String _
)
Parameters
-
writer
- The TextWriter to which the compiler options should be written.
-
name
- The name of the option which should be passed to the compiler.
Remarks
Missing <remarks> documentation for M:NAnt.DotNet.Tasks.CompilerBase.WriteOption(System.IO.TextWriter,System.String)
See Also
CompilerBase Class | NAnt.DotNet.Tasks Namespace | CompilerBase.WriteOption Overload List