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

CompilerBase.WriteModuleReferences Method 

[This is preliminary documentation and subject to change.]

Writes module references to the specified TextWriter.

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

Parameters

writer
The TextWriter to which the module references should be written.

Remarks

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

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace