Click or drag to resize
StreamReaderDispose Method
Overload List
  NameDescription
Public methodDispose
Releases all resources used by the TextReader object.
(Inherited from TextReader.)
Protected methodDispose(Boolean)
Closes the underlying stream, releases the unmanaged resources used by the StreamReader, and optionally releases the managed resources.
(Overrides TextReaderDispose(Boolean).)
Top
See Also