Click or drag to resize

ObservableCompositeCollectionT Constructor (IListT)

Create a collection initially wrapping a set of lists

Namespace:  TomsToolbox.ObservableCollections
Assembly:  TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll)
Syntax
public ObservableCompositeCollection(
	params IList<T>[] parts
)

Parameters

parts
Type: System.Collections.GenericIListT
The lists to wrap
Exceptions
ExceptionCondition
ArgumentExceptionNone of the parts may be null!
ArgumentExceptionNone of the parts may be null!
See Also