Click or drag to resize

FastObservableCollectionT Constructor (IEnumerableT, Action)

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public FastObservableCollection(
	IEnumerable<T> items,
	Action onCollectionChangedAction
)

Parameters

items
Type: System.Collections.GenericIEnumerableT
The list whose elements are copied to the new list.
onCollectionChangedAction
Type: SystemAction
The action to perform if the collection has changed
Exceptions
ExceptionCondition
ArgumentNullException list is a null reference
Remarks
See Also