FilterCollectionT Constructor (IEnumerableT) |
Initializes a new instance of the
FilterCollectionT class with the specified
collection.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic FilterCollection(
IEnumerable<T> collection
)
Public Sub New (
collection As IEnumerable(Of T)
)
new :
collection : IEnumerable<'T> -> FilterCollection
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
Collection of items as the source of this collection.
See Also