Class DirectedGraph<TNodeRef, TEdgeData>.NodeEdgeState
protected class DirectedGraph<TNodeRef, TEdgeData>.NodeEdgeState
- Inheritance
-
DirectedGraph<TNodeRef, TEdgeData>.NodeEdgeState
- Inherited Members
- Extension Methods
Constructors
NodeEdgeState()
public NodeEdgeState()
Fields
cachedInboundNodeEdges
public Dictionary<TNodeRef, DirectedGraph<TNodeRef, TEdgeData>.DirectedEdge> cachedInboundNodeEdges
Field Value
- Dictionary<TNodeRef, DirectedGraph<TNodeRef, TEdgeData>.DirectedEdge>
outboundNodeEdges
public Dictionary<TNodeRef, DirectedGraph<TNodeRef, TEdgeData>.DirectedEdge> outboundNodeEdges
Field Value
- Dictionary<TNodeRef, DirectedGraph<TNodeRef, TEdgeData>.DirectedEdge>