Click or drag to resize

ObservableCompositeCollection Class

Factory methods for the ObservableCompositeCollectionT
Inheritance Hierarchy
SystemObject
  TomsToolbox.ObservableCollectionsObservableCompositeCollection

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 ObservableCompositeCollection

The ObservableCompositeCollection type exposes the following members.

Methods
 NameDescription
Public methodStatic memberFromListAndSingleItemTItem, T Create a collection initially containing one list plus one single item.
Public methodStatic memberFromSingleItemT Create a collection initially containing one single item
Public methodStatic memberFromSingleItemAndListT, TItem Create a collection initially containing one single item plus one list.
Top
See Also