Pattern Class

RxJS

Represents a join pattern.

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

Syntax

JavaScript
Rx.Pattern = function();

Type.createClass(
	'Rx.Pattern');

Inheritance Hierarchy

System..::.Object
  Rx..::.Pattern

See Also