Click or drag to resize

TreeTraversalServiceBreathFirst Method

Overload List
 NameDescription
Public methodBreathFirst(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.
Public methodBreathFirst(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.
Top
See Also