dCsharp

ObjectGraph.AsList Method

View (without copying) the objects in the object graph corresponding to the target of s as a List.

Overload List

View (without copying) the objects in the object graph corresponding to the target of s as a List.

public virtual IList AsList(Strategy);

View (without copying) the objects in the object graph corresponding to the target of strategy s as a List.

public virtual IList AsList(string);

See Also

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