DataStoreVirtualCollectionTAdd Method (Object) |
Adds an item to the current collection.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int Add(
Object value
)
Public Function Add (
value As Object
) As Integer
abstract Add :
value : Object -> int
override Add :
value : Object -> int
Parameters
- value
- Type: SystemObject
The item to add to the current collection
Return Value
Type:
Int32[Missing <returns> documentation for "M:Eto.Forms.DataStoreVirtualCollection`1.Add(System.Object)"]
Implements
IListAdd(Object)See Also