ProGet SDK Reference
Version:

WriteInnerPlainText(System.IO.TextWriter writer) Method

Writes the description as plain text.

Syntax

protected void WriteInnerPlainText(System.IO.TextWriter writer)

Parameters

writer
Type: System.IO.TextWriter

System.IO.TextWriter instance to write the description to.

Exceptions

System.ArgumentNullException

writer is null (Nothing in Visual Basic).