FilterCollectionT Constructor (IListT) |
Initializes a new instance of the
FilterCollectionT class with the specified
list
which will keep in sync with any changes to the filtered collection.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic FilterCollection(
IList<T> list
)
Public Sub New (
list As IList(Of T)
)
new :
list : IList<'T> -> FilterCollection
Parameters
- list
- Type: System.Collections.GenericIListT
List to keep in sync with this filtered collection.
See Also