Enum GraphDirection
- Namespace
- LfrlAnvil.Collections
- Assembly
- LfrlAnvil.Collections.dll
Represents direction of IDirectedGraphEdge<TKey, TNodeValue, TEdgeValue>.
[Flags]
public enum GraphDirection : byte- Extension Methods
Fields
- Both = In | Out
- Represents incoming and outgoing connection. 
- In = 1
- Represents an incoming connection. 
- None = 0
- Represents a lack of connection. 
- Out = 2
- Represents an outgoing connection.