dCsharp

ObjectGraphSlice.AsList Method ()

A fixed-size List backed by the object graph slice. The elements of the list are the target objects reachable by following the strategy through the graph in left-to-right prefix order. Note that this list (like the List returned by {@link Arrays#asList}, but unlike the Vector returned by {@link #gather()}) is write-through, i.e. modifying it will modify the underlying object graph, and vice versa.

public virtual IList AsList();

See Also

ObjectGraphSlice Class | edu.neu.ccs.demeter.dCsharp Namespace | ObjectGraphSlice.AsList Overload List