FuncIDisposable Class

RxJS

Namespace:  System
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
System.FuncIDisposable = function();

Type.createClass(
	'System.FuncIDisposable',
	MulticastDelegate);

Inheritance Hierarchy

System..::.Object
  System..::.Delegate
    System..::.MulticastDelegate
      System..::.FuncIDisposable

See Also