dCsharp

ClassGraph.Gather Method

Gather into a list the objects in the object graph rooted at o corresponding to the target of s.

Overload List

Gather into a list the objects in the object graph rooted at o corresponding to the target of s.

public virtual ArrayList Gather(object,Strategy);

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

public virtual ArrayList Gather(object,string);

See Also

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