Click or drag to resize

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
Syntax
public FilterCollection(
	IList<T> list
)

Parameters

list
Type: System.Collections.GenericIListT
List to keep in sync with this filtered collection.
See Also