Summary description for ISerializableEdgeListGraph.

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

Syntax

C#
public interface ISerializableEdgeListGraph : IEdgeMutableGraph, 
	IVertexMutableGraph, IMutableGraph, IEdgeListGraph, IGraph
Visual Basic (Declaration)
Public Interface ISerializableEdgeListGraph _
	Implements IEdgeMutableGraph, IVertexMutableGraph, IMutableGraph, IEdgeListGraph,  _
	IGraph

See Also