FuncObjectInt32 Class

RxJS

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

Syntax

JavaScript
System.FuncObjectInt32 = function();

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

Inheritance Hierarchy

System..::.Object
  System..::.Delegate
    System..::.MulticastDelegate
      System..::.FuncObjectInt32

See Also