Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Dispose(bool)

  • 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

booldisposingTrue to release both managed and unmanaged resources; false to release only unmanaged resources.