Click or drag to resize

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
)

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