Click or drag to resize

DataStoreVirtualCollectionTRemove Method (Object)

Removes the first occurrence of an item from the current collection.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Remove(
	Object value
)

Parameters

value
Type: SystemObject
The item to remove from the current collection.

Implements

IListRemove(Object)
See Also