Version:
WriteHtml(System.IO.TextWriter writer) Method
Writes the description as HTML.
Syntax
public
abstract
void WriteHtml(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).
|