Visitor that records the edge predecessor from a vertex.

Namespace:  QuickGraph.Concepts.Visitors
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public interface IEdgePredecessorRecorderVisitor
Visual Basic (Declaration)
Public Interface IEdgePredecessorRecorderVisitor

See Also