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