Search notes:

System.IO.TextWriter (abstract class)

Classes that inherit from System.IO.TextWriter are used to write sequences of characters.
Such classes include
System.IO.TextWriter inherits from System.MarshalByRefObject.

See also

Compare System.IO.TextWriter with System.IO.Stream which deals with sequences of bytes.
System.IO.TextReader
The Out property of System.Console

Index