Click or drag to resize

ObservableCompositeCollection Class

Factory methods for the ObservableCompositeCollection<T>
Inheritance Hierarchy
System.Object
  TomsToolbox.ObservableCollections.ObservableCompositeCollection

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 memberFromListAndSingleItem<TItem, T> Create a collection initially containing one list plus one single item.
Public methodStatic memberFromSingleItem<T> Create a collection initially containing one single item
Public methodStatic memberFromSingleItemAndList<T, TItem> Create a collection initially containing one single item plus one list.
Top
See Also