|
Enhanced C#
Loyc library documentation
|
A directed graph, consisting of nodes and edges (using the default edge type IEdgeTo{Node}). More...
A directed graph, consisting of nodes and edges (using the default edge type IEdgeTo{Node}).
| Node | : | INode | |
| Node | : | IEnumerable | |
| Node | : | IEdgeTo<Node> |
Additional Inherited Members | |
Public fields inherited from Loyc.Graphs.IGraph< out Node, out Edge, out EdgeList, out Cost > | |
| IEnumerable< Edge > | Edges => LGInterfaces.GetOutboundDirectEdges<Node |
| IEnumerable< Edge > | Edge |
Properties inherited from Loyc.Graphs.IGraph< out Node, out Edge, out EdgeList, out Cost > | |
| IEnumerable< Node > | Nodes [get] |
Public Member Functions inherited from Loyc.Graphs.IGraph< out Node, out Edge, out EdgeList, out Cost > | |
| IEnumerable< Edge > | EdgeList (Nodes) |
1.8.7