Click or drag to resize

SelectableFilterCollectionTRemove Method

Remove the specified item from this collection.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override bool Remove(
	T item
)

Parameters

item
Type: T
Item to remove.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Eto.Forms.SelectableFilterCollection`1.Remove(`0)"]

Implements

ICollectionTRemove(T)
See Also