Click or drag to resize

DataStoreVirtualCollectionTAdd Method (T)

Adds an item to the current collection. 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 void Add(
	T item
)

Parameters

item
Type: T
The item to add to the current collection.

Implements

ICollectionTAdd(T)
See Also