dCsharp

ObjectGraphSlice Constructor

The subgraph of o determined by strategy strategyString.

Overload List

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);

See Also

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