Disposable typedef

Disposable = IDisposable

Alias for IDisposable for backwards compatibility.

Implementation

typedef Disposable = IDisposable;