Html Library Help
Write Method (c)
NamespacesHtmlHtmlTextWriterWrapperWrite(Char)
Writes the specified char to the stream.
Declaration Syntax
C#Visual BasicVisual C++
public void Write(
	char c
)
Public Sub Write ( _
	c As Char _
)
public:
virtual void Write(
	wchar_t c
) sealed
Parameters
c (Char)
The char to write.

Assembly: Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)