ITermEdge<'TVertex>
Namespace: QuickGraph
A directed edge with terminal indices
Instance members
Instance member | Description |
SourceTerminal
Signature: int
Modifiers: abstract |
Index of terminal on source vertex to which this edge is attached. |
TargetTerminal
Signature: int
Modifiers: abstract |
Index of terminal on target vertex to which this edge is attached. |