| StreamReaderDispose Method (Boolean) | 
Closes the underlying stream, releases the unmanaged resources used by the 
StreamReader, and optionally releases the managed resources.
 
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
 Syntax
Syntaxprotected override void Dispose(
	bool disposing
)
Parameters
- disposing
- Type: SystemBoolean
 true to release both managed and unmanaged resources; false to release only unmanaged resources.
 See Also
See Also