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
)
Public Sub AddRange (
items As IEnumerable(Of ToolItem)
)
member AddRange :
items : IEnumerable<ToolItem> -> unit
Parameters
- items
- Type: System.Collections.GenericIEnumerableToolItem
Items to add.
See Also