Click or drag to resize

DataStoreCollectionT Constructor (IEnumerableT)

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

Parameters

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