Click or drag to resize

FilterCollectionT Constructor (IEnumerableT)

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public FilterCollection(
	IEnumerable<T> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT
Collection of items as the source of this collection.
See Also