calls a delegate on every node
loop is terminated as soon as false is returned from function No recursion is used, as it uses a stack to store which nodes it has to call a delegate on
See Implementation
calls a delegate on every node
loop is terminated as soon as false is returned from function No recursion is used, as it uses a stack to store which nodes it has to call a delegate on