![]() | Tree |
Name | Description | |
---|---|---|
![]() | BreathFirst(InstanceHierarchyType, PredicateInternalElementType) | A BreathFirst Traversal algorithm, which can be used to traverse an InstanceHierarchy tree via foreach (var item in collection){ ... }. A predicate can be specified to restrict the element selection. |
![]() | BreathFirst(InternalElementType, PredicateInternalElementType) | A BreathFirst Traversal algorithm, which can be used to traverse an InternalElement tree via foreach (var item in collection){ ... }. A predicate can be specified to restrict the element selection. |