Dela via


Qbservable.Select Method

Include Protected Members
Include Inherited Members

Projects each element of a queryable 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

  Name Description
Public methodStatic member Select<TSource, TResult>(IQbservable<TSource>, Expression<Func<TSource, TResult>>) Projects each element of a queryable observable sequence into a new form with the specified source and selector.
Public methodStatic member Select<TSource, TResult>(IQbservable<TSource>, Expression<Func<TSource, Int32, TResult>>) Projects each element of a queryable observable sequence into a new form by incorporating the element’s index with the specified source and selector.

Top

See Also

Reference

Qbservable Class

System.Reactive.Linq Namespace