Click or drag to resize

DataStoreVirtualCollection<T>.Add 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: System.Object
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

IList.Add(Object)
See Also