The subgraph of o determined by strategy strategyString.
The subgraph of o determined by s.
public ObjectGraphSlice(ObjectGraph,Strategy);
The subgraph of o determined by t.
public ObjectGraphSlice(ObjectGraph,Traversal);
The subgraph of o determined by strategy strategyString.
public ObjectGraphSlice(ObjectGraph,string);
The subgraph of the object graph rooted at o determined by t.
public ObjectGraphSlice(object,Traversal);
ObjectGraphSlice Class | edu.neu.ccs.demeter.dCsharp Namespace