FuncObject Class

RxJS

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

Syntax

JavaScript
System.FuncObject = function();

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

Inheritance Hierarchy

System..::.Object
  System..::.Delegate
    System..::.MulticastDelegate
      System..::.FuncObject

See Also