This topic has not yet been rated - Rate this topic

Observable.First Method

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.

  Name Description
Public method Static member First<TSource>(IObservable<TSource>) Returns the first element of an observable sequence with a specified source.
Public method Static member First<TSource>(IObservable<TSource>, Func<TSource, Boolean>) Returns the first element of an observable sequence that matches the predicate.
Top
Did you find this helpful?
(1500 characters remaining)