C

CycleResult

Represents a cycle's nodes and edges as found by Cycle.
Inheritance Hierarchy

Remarks

This class cannot be instantiated

Members

No filters for this type

Properties

Gets the edges of the cycle.

The edges are in the order they appear in the cycle.

If the graph has no cycles, this collection is empty.

readonlyfinal
Gets a collection of nodes in the cycle.

Nodes are in the order they appear in the cycle.

If the graph has no cycles, this collection is empty.

readonlyfinal