Dispose()
StreamReader::Dispose(bool) method
Releases all resources used by the current object and closes the undelying stream.
virtual void System::IO::TextReader::Dispose(bool disposing)
Arguments
Parameter | Type | Description |
---|---|---|
disposing | bool | Specifies whether the undelying stream should be closed. |
StreamReader::Dispose() method
Releases all resources used by the current object and closes the undelying stream.
virtual void System::IO::TextReader::Dispose() override
See Also
- Class StreamReader
- Namespace System::IO
- Library Aspose.Slides