A predicate to test if a IVertex is a root vertex (no in-edges).

Namespace:  QuickGraph.Predicates
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public class SourceVertexPredicate : IVertexPredicate
Visual Basic (Declaration)
Public Class SourceVertexPredicate _
	Implements IVertexPredicate

Remarks

This predicate can be used to iterate over the root vertices of a graph.

Inheritance Hierarchy

System..::.Object
  QuickGraph.Predicates..::.SourceVertexPredicate

See Also