A predicate to test if a IVertex is a root vertex (no
in-edges).
Namespace:
QuickGraph.PredicatesAssembly: 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.
