Click or drag to resize

ToolItemCollectionAddRange Method (IEnumerableToolItem)

Adds the specified tool items to the collection.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void AddRange(
	IEnumerable<ToolItem> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableToolItem
Items to add.
See Also