Predicate for checking that a vertex is in a collection

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

Syntax

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

Remarks

Inheritance Hierarchy

System..::.Object
  QuickGraph.Predicates..::.InDictionaryVertexPredicate

See Also