A graph defined by a out-edges method.

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

Syntax

C#
public interface IImplicitGraph : IGraph
Visual Basic (Declaration)
Public Interface IImplicitGraph _
	Implements IGraph

Remarks

The [!:ImplicitGraph] concept provides an interface for implicitely defining graphs through an OutEdges(IVertex) method.

See Also