dCsharp

ObjectGraph.Slice Method

The subgraph of the object graph determined by strategy.

Overload List

The subgraph of the object graph determined by strategy.

public virtual ObjectGraphSlice Slice(Strategy);

The subgraph of the object graph determined by strategy string "str".

public virtual ObjectGraphSlice Slice(string);

See Also

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