This abstract class is used to iterate through Nodes, by applying the IEnumerable-Node- Interface. The order in which the nodes are iterated is defined in a (not-abstract) class derived from this one. you may derive your own version to perform a custom iteration method.
Public Member Functions | |
NodeEnumerator (Node node) | |
abstract IEnumerator< Node > | GetEnumerator () |
Properties | |
Node | node [get, set] |