A filtered edge list graph

Namespace:  QuickGraph.Collections.Filtered
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public class FilteredEdgeListGraph : FilteredGraph, 
	IEdgeListGraph, IGraph
Visual Basic (Declaration)
Public Class FilteredEdgeListGraph _
	Inherits FilteredGraph _
	Implements IEdgeListGraph, IGraph

Inheritance Hierarchy

See Also