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
)
Public Sub Remove (
value As Object
)
abstract Remove :
value : Object -> unit
override Remove :
value : Object -> unit
Parameters
- value
- Type: SystemObject
The item to remove from the current collection.
Implements
IListRemove(Object)See Also