Click or drag to resize

ObservableExtensions Class

Extension methods for some observable patterns.
Inheritance Hierarchy
SystemObject
  TomsToolbox.ObservableCollectionsObservableExtensions

Namespace: TomsToolbox.ObservableCollections
Assembly: TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class ObservableExtensions

The ObservableExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodObservableCastTTarget Returns an observable collection of objects of type TTarget that mirrors the source collection.
Public Extension MethodObservableSelectTSource, TTarget Projects each element of a sequence into a new form.
Public Extension MethodObservableSelectManyTSource, 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.
Public Extension MethodObservableWhereT 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.
Top
See Also