Interface IEnumerableTree
Extends IEnumerable interface so tree-like structures can be enumerated.
public interface IEnumerableTree : IEnumerable
Methods
- GetChildren(object)
Enumerates children of the specified item.
- GetData(object)
Gets data associated with the item.