NAnt SDK Documentation - v0.85-nightly-2005-11-09

CompilerBase.WriteOptions Method 

[This is preliminary documentation and subject to change.]

Allows derived classes to provide compiler-specific options.

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

Parameters

writer
The TextWriter to which the compiler options should be written.

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Tasks.CompilerBase.WriteOptions(System.IO.TextWriter)

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace