VjcTask.

WriteModuleReferences(TextWriter) Method

Summary

Writes module references to the specified System.IO.TextWriter.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
VjcTask

Syntax

protected override void WriteModuleReferences(TextWriter writer)

Parameters

Name Type Description
writer TextWriter The System.IO.TextWriter to which the module references should be written.

Return Value

Type Description
void