QuickGraph


XmlSerializableGraph<'TVertex, 'TEdge, 'TGraph>

Namespace: QuickGraph.Serialization

A base class that creates a proxy to a graph that is xml serializable

Constructors

ConstructorDescription
new(graph)
Signature: graph:'TGraph -> unit
new()
Signature: unit -> unit

Instance members

Instance memberDescription
Edges
Signature: IEnumerable<'TEdge>
Graph
Signature: 'TGraph
Fork me on GitHub