- Declared in: RT.Util.Streams.BinaryStream
- Overrides: Stream.Dispose(bool)
Declaration
protected override void Dispose(
bool disposing
)
Summary
Releases the unmanaged resources used by the stream and optionally releases the managed resources.
Parameters
bool | disposing | True to release both managed and unmanaged resources; false to release only unmanaged resources. |