FromArray Method (Object[])

RxJS

Returns an observable sequence that contains all values from the array in order.

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

Syntax

JavaScript
Rx.Observable.FromArray = function(items);

Parameters

items
Type: array< System..::.Object >[]()[]

See Also