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
)
Public Sub Add (
item As T
)
abstract Add :
item : 'T -> unit
override Add :
item : 'T -> unit
Parameters
- item
- Type: T
The item to add to the current collection.
Implements
ICollectionTAdd(T)See Also