|
Enhanced C#
Loyc library documentation
|
A node in a graph that only provides access to outbound edges. More...
A node in a graph that only provides access to outbound edges.
When implementing this interface, consider also implementing IEquatable{Node} for your type and overriding Equals and GetHashCode.
Properties | |
| EdgeList | Outbound [get] |
| Gets edges leaving this node. More... | |
|
get |
Gets edges leaving this node.
1.8.7