Namespace:  QuickGraph.Concepts.Modifications
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1407 (2.4.2.1407)

Syntax

C#
public interface IMutableIncidenceGraph : IEdgeMutableGraph, 
	IVertexMutableGraph, IIncidenceGraph, IAdjacencyGraph, IImplicitGraph, IMutableGraph, 
	IGraph
Visual Basic (Declaration)
Public Interface IMutableIncidenceGraph _
	Implements IEdgeMutableGraph, IVertexMutableGraph, IIncidenceGraph, IAdjacencyGraph,  _
	IImplicitGraph, IMutableGraph, IGraph

See Also