dCsharp

ClassGraph.Slice Method

The slice of the object graph rooted at o determined by s.

Overload List

The slice of the object graph rooted at o determined by s.

public virtual ObjectGraphSlice Slice(object,Strategy);

The slice of the object graph rooted at o determined by strategy s.

public virtual ObjectGraphSlice Slice(object,string);

See Also

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