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