Click or drag to resize

DataStoreVirtualCollectionTRemove Method (T)

Remove the specified item. This collection is read-only so this throws an exception.

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

Parameters

item
Type: T
Item to remove

Return Value

Type: Boolean

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

Implements

ICollectionTRemove(T)
See Also