A mutable tree-like graph

Namespace:  QuickGraph.Representations
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public class MutableTreeAdapterGraph : TreeAdaptorGraph, 
	IMutableTreeGraph, IMutableGraph, IGraph
Visual Basic (Declaration)
Public Class MutableTreeAdapterGraph _
	Inherits TreeAdaptorGraph _
	Implements IMutableTreeGraph, IMutableGraph, IGraph

Inheritance Hierarchy

System..::.Object
  QuickGraph.Representations..::.TreeAdaptorGraph
    QuickGraph.Representations..::.MutableTreeAdapterGraph

See Also