TreeItem Constructor (IEnumerableITreeItem) |
Initializes a new instance of the
TreeItem class with the specified children
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public TreeItem(
IEnumerable<ITreeItem> children
)
Public Sub New (
children As IEnumerable(Of ITreeItem)
)
new :
children : IEnumerable<ITreeItem> -> TreeItem
Parameters
- children
- Type: System.Collections.GenericIEnumerableITreeItem
Children to populate this node with
See Also