Predicate that always returns true
Namespace:
QuickGraph.PredicatesAssembly: QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)
Syntax
| C# |
|---|
public class KeepAllEdgesPredicate : IEdgePredicate |
| Visual Basic (Declaration) |
|---|
Public Class KeepAllEdgesPredicate _ Implements IEdgePredicate |
Remarks
This predicate returns true for any edge.
