Traverse the subgraph of the object graph determined by s using v, returning the value of v.getReturnValue() at the end of the traversal.
Traverse the subgraph of the object graph determined by s using v, returning the value of v.getReturnValue() at the end of the traversal.
public virtual object Traverse(Strategy,Visitor);
Traverse the subgraph of the object graph determined by s using visitors in array v in parallel, returning the value of v[0].getReturnValue() at the end of the traversal.
public virtual object Traverse(Strategy,Visitor[]);
Traverse the subgraph of the object graph determined by strategy s using v, returning the value of v.getReturnValue() at the end of the traversal.
public virtual object Traverse(string,Visitor);
Traverse the subgraph of the object graph determined by strategy s using visitors in array v in parallel, returning the value of v[0].getReturnValue() at the end of the traversal.
public virtual object Traverse(string,Visitor[]);