FuncObjectInt32Object Class

RxJS

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

Syntax

JavaScript
System.FuncObjectInt32Object = function();

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

Inheritance Hierarchy

System..::.Object
  System..::.Delegate
    System..::.MulticastDelegate
      System..::.FuncObjectInt32Object

See Also