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 KeepAllVerticesPredicate : IVertexPredicate
Visual Basic (Declaration)
Public Class KeepAllVerticesPredicate _
	Implements IVertexPredicate

Remarks

This predicate returns true for any vertex.

Inheritance Hierarchy

System..::.Object
  QuickGraph.Predicates..::.KeepAllVerticesPredicate

See Also