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
)
Public Function Remove (
item As T
) As Boolean
abstract Remove :
item : 'T -> bool
override Remove :
item : 'T -> bool
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