![]() | ITree |
Name | Description | |
---|---|---|
![]() | DepthFirstPreOrder(IInternalElementContainer, PredicateInternalElementType) | A DepthFirst (Pre-Order) Traversal algorithm, which can be used to traverse an InstanceHierarchy tree in pre order via foreach (var item in collection){ ... }. A predicate can be specified to restrict the element selection. |
![]() | DepthFirstPreOrder(InternalElementType, PredicateInternalElementType) | A DepthFirst (Pre-Order) Traversal algorithm, which can be used to traverse an InternalElement tree in pre order via foreach (var item in collection){ ... }. A predicate can be specified to restrict the element selection. |