dCsharp

Traversal.Gather Method 

Gather into a list the objects in the object graph rooted at obj corresponding to the target(s) of the traversal.

public virtual ArrayList Gather(
   object obj
);

See Also

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