|
| .NET Framework Class Library |
| Observable..::.SelectMany Method |
| Observable Class See Also Send Feedback |
Projects each value of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
function SelectMany(selector); |
Parameters
- selector
- Type: System..::.FuncObjectObservable