List Class

RxJS

Represents mutable List semantics in JavaScript

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

Syntax

JavaScript
Rx.List = function();

Type.createClass(
	'Rx.List');

Inheritance Hierarchy

System..::.Object
  Rx..::.List

See Also