The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

Observable.First()

Observable.First Method

Include Protected Members
Include Inherited Members

Returns the first element of an observable sequence.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

NameDescriptionPublic methodStatic memberFirst(IObservable)Returns the first element of an observable sequence with a specified source.Public methodStatic memberFirst(IObservable, Func<TSource, Boolean>)Returns the first element of an observable sequence that matches the predicate.Top

See Also

Reference

Observable Class

System.Reactive.Linq Namespace