The CountingQuietTextWriter type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
Closed |
Gets a value indicating whether this writer is closed.
(Inherited from QuietTextWriter.) | |
Count |
Gets or sets the total number of bytes written.
| |
Encoding |
The Encoding in which the output is written
(Inherited from TextWriterAdapter.) | |
ErrorHandler |
Gets or sets the error handler that all errors are passed to.
(Inherited from QuietTextWriter.) | |
FormatProvider |
Gets an object that controls formatting
(Inherited from TextWriterAdapter.) | |
NewLine |
Gets or sets the line terminator string used by the TextWriter
(Inherited from TextWriterAdapter.) | |
Writer |
Gets or sets the underlying TextWriter.
(Inherited from TextWriterAdapter.) |
See Also