NAnt SDK Documentation - v0.92 |
|
CompilerBase.WriteModuleReferences Method
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.
See Also
CompilerBase Class | NAnt.DotNet.Tasks Namespace