Click or drag to resize

DataStoreVirtualCollection<T>.Remove 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: System.Object
The item to remove from the current collection.

Implements

IList.Remove(Object)
See Also