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