Namespace:  QuickGraph.Concepts.Serialization
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

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

See Also