Traverse the object graph rooted at obj according to the traversal, visiting v at each node and returning the value of v.getReturnValue() at the end of the traversal.
Traverse the object graph rooted at obj according to the traversal, visiting v at each node and returning the value of v.getReturnValue() at the end of the traversal.
public virtual object Traverse(object,Visitor);
Traverse the object graph rooted at obj according to the traversal, visiting the visitors in array v in sequence at each node and returning the value of v[0].getReturnValue() at the end of the traversal.
public virtual object Traverse(object,Visitor[]);