ProGet SDK Reference
Version:

WritePlainText(System.IO.TextWriter writer) Method

Writes the description as plain text.

Syntax

public void WritePlainText(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).