Count Method

RxJS

Returns an number representing the total number of elements in an observable sequence.

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

Syntax

JavaScript
function Count();

See Also