The CharReader type exposes the following members.

Properties

  NameDescription
Public propertyBaseStream
Returns the underlying stream.
(Inherited from StreamReader.)
Public propertyCurrentEncoding
Gets the current character encoding that the current StreamReader object is using.
(Inherited from StreamReader.)
Public propertyEndOfStream
Gets a value that indicates whether the current stream position is at the end of the stream.
(Inherited from StreamReader.)

See Also