Click or drag to resize

FilterCollectionTAdd Method

Add the specified item to the collection.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual void Add(
	T item
)

Parameters

item
Type: T
Item to add.

Implements

ICollectionTAdd(T)
See Also