Predicate that always returns true

Namespace:  QuickGraph.Predicates
Assembly:  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.

Inheritance Hierarchy

System..::.Object
  QuickGraph.Predicates..::.KeepAllEdgesPredicate

See Also