FilterCollectionTAdd Method |
Add the specified item to the collection.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic virtual void Add(
T item
)
Public Overridable Sub Add (
item As T
)
abstract Add :
item : 'T -> unit
override Add :
item : 'T -> unit
Parameters
- item
- Type: T
Item to add.
Implements
ICollectionTAdd(T)
See Also