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

CompilerBase.WritePackageReferences Method 

[This is preliminary documentation and subject to change.]

Writes package references to the specified TextWriter.

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

Parameters

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

Remarks

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

See Also

CompilerBase Class | NAnt.DotNet.Tasks Namespace