Click or drag to resize

SelectableFilterCollectionT Constructor (ISelectableControlObject, IEnumerableT)

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public SelectableFilterCollection(
	ISelectableControl<Object> parent,
	IEnumerable<T> collection
)

Parameters

parent
Type: Eto.FormsISelectableControlObject
Parent to attach this instance to.
collection
Type: System.Collections.GenericIEnumerableT
Collection for the source of this collection.
See Also