dCsharp

ClassGraph.Traverse Method (Object, Strategy, Visitor[])

Traverse the object graph rooted at o along s, 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 obj,
   Strategy strategy,
   Visitor[] v
);

See Also

ClassGraph Class | edu.neu.ccs.demeter.dCsharp Namespace | ClassGraph.Traverse Overload List