This topic has not yet been rated - Rate this topic

Observable.Select Method

Projects each 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 Select<TSource, TResult>(IObservable<TSource>, Func<TSource, TResult>) Projects each element of an observable sequence into a new form with the specified source and selector.
Public method Static member Select<TSource, TResult>(IObservable<TSource>, Func<TSource, Int32, TResult>) Projects each element of an observable sequence into a new form by incorporating the element’s index with the specified source and selector.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.