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

VjcTask.WriteOptions Method 

[This is preliminary documentation and subject to change.]

Writes the compiler options to the specified TextWriter.

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

Parameters

writer
TextWriter to which the compiler options should be written.

Remarks

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

See Also

VjcTask Class | NAnt.DotNet.Tasks Namespace