dCsharp

ClassGraph.Traverse Method (Object, String, Visitor)

Traverse the object graph rooted at o along strategy s using v, returning the value of v.getReturnValue() at the end of the traversal.

public virtual object Traverse(
   object obj,
   string strategyString,
   Visitor v
);

See Also

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