Click or drag to resize

ListItemCollection Constructor (IEnumerableIListItem)

Initializes a new instance of the ListItemCollection class with the specified collection.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ListItemCollection(
	IEnumerable<IListItem> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableIListItem
Collection of items to populate this collection with
See Also