Disposable typedef
Disposable = IDisposable
Alias for IDisposable for backwards compatibility.
Implementation
typedef Disposable = IDisposable;
Alias for IDisposable for backwards compatibility.
typedef Disposable = IDisposable;