dCsharp

ObjectGraphSlice.Gather Method

Return a list of all target objects in the object graph slice reachable by following the strategy. Traverse the graph in left-to-right prefix order.

Overload List

Return a list of all target objects in the object graph slice reachable by following the strategy. Traverse the graph in left-to-right prefix order.

public virtual ArrayList Gather();

Return a list of all target objects in the object graph slice reachable by following the strategy. Traverse the graph in left-to-right prefix order if

forward
is true, otherwise traverse in right-to-left postfix order.

public virtual ArrayList Gather(bool);

See Also

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