Click or drag to resize

SegmentedItemCollectionAddRange Method

Adds an enumerable of items to the collection

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

Parameters

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