An algorithm that implement TreeEdge event.

Namespace:  QuickGraph.Concepts.Algorithms
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1407 (2.4.2.1407)

Syntax

C#
public interface ITreeEdgeBuilderAlgorithm : IAlgorithm
Visual Basic (Declaration)
Public Interface ITreeEdgeBuilderAlgorithm _
	Implements IAlgorithm

See Also