dCsharp

ObjectGraph.Gather Method

Gather (copy) the objects in the object graph corresponding to the target of s into a List.

Overload List

Gather (copy) the objects in the object graph corresponding to the target of s into a List.

public virtual ArrayList Gather(Strategy);

Gather (copy) the objects in the object graph corresponding to the target of strategy s into a List.

public virtual ArrayList Gather(string);

See Also

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