Defines a graph that can be modified by adding or removing vertices.
Namespace:
QuickGraph.Concepts.ModificationsAssembly: QuickGraph (in QuickGraph.dll) Version: 2.4.2.1407 (2.4.2.1407)
Syntax
| C# |
|---|
public interface IVertexMutableGraph : IMutableGraph, IGraph |
| Visual Basic (Declaration) |
|---|
Public Interface IVertexMutableGraph _ Implements IMutableGraph, IGraph |
