Method Dispose
Dispose(Boolean)
Disposes this reader. This implementation closes the buffered source reader and releases the buffer. Nothing is done if this reader has already been disposed.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
Exceptions
Type | Condition |
---|---|
System.IO.IOException | if an error occurs while closing this reader. |