Predicate that checks if a edge is an inedge

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

Syntax

C#
public class IsInEdgePredicate : IEdgePredicate
Visual Basic (Declaration)
Public Class IsInEdgePredicate _
	Implements IEdgePredicate

Inheritance Hierarchy

System..::.Object
  QuickGraph.Predicates..::.IsInEdgePredicate

See Also