Click or drag to resize

ExtendedObservableCollectionT Constructor (IEnumerableT)

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ExtendedObservableCollection(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableT
Items to initialize the collection with.
See Also