Click or drag to resize

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

ICollection<T>.Add(T)
See Also