| DataStoreCollectionT Constructor (IEnumerableT) | 
  
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic DataStoreCollection(
	IEnumerable<T> items
)
Public Sub New ( 
	items As IEnumerable(Of T)
)
new : 
        items : IEnumerable<'T> -> DataStoreCollectionParameters
- items
- Type: System.Collections.GenericIEnumerableT
 Items to initialize the collection with.
 See Also
See Also