Click or drag to resize
TextReaderDispose Method (Boolean)
Releases the unmanaged resources used by the TextReader and optionally releases the managed resources.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also