dCsharp

ClassGraph.Fetch Method

Fetch the object in the object graph rooted at o corresponding to the target of s.

Overload List

Fetch the object in the object graph rooted at o corresponding to the target of s.

public virtual object Fetch(object,Strategy);

Fetch the object in the object graph rooted at o corresponding to the target of strategy s.

public virtual object Fetch(object,string);

See Also

ClassGraph Class | edu.neu.ccs.demeter.dCsharp Namespace