Observable |
The ObservableExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ObservableCastTTarget | Returns an observable collection of objects of type TTarget that mirrors the source collection. | |
| ObservableSelectTSource, TTarget | Projects each element of a sequence into a new form. | |
| ObservableSelectManyTSource, TTarget | Projects each element of a sequence to an IListT, flattens the resulting sequences into one sequence, and invokes a result selector function on each element therein. If the source is an observable collection, the resulting sequence will track the changes. | |
| ObservableWhereT | Returns an observable collection of objects of type T that contains all items of the source collection that pass the filter. See ObservableFilteredCollectionT for details. |