Click or drag to resize

ExtendedObservableCollectionTAddRange Method

Adds the specified items to the collection.

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

Parameters

items
Type: System.Collections.GenericIEnumerableT
Items to add to the collection.
See Also