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
)
Public Sub New (
collection As IEnumerable(Of IListItem)
)
new :
collection : IEnumerable<IListItem> -> ListItemCollection
Parameters
- collection
- Type: System.Collections.GenericIEnumerableIListItem
Collection of items to populate this collection with
See Also