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 | OutRepresents incoming and outgoing connection.
In = 1Represents an incoming connection.
None = 0Represents a lack of connection.
Out = 2Represents an outgoing connection.