XmlSerializableGraph<'TVertex, 'TEdge, 'TGraph>
Namespace: QuickGraph.Serialization
A base class that creates a proxy to a graph that is xml serializable
Constructors
Constructor | Description |
new(graph)
Signature: graph:'TGraph -> unit
|
|
new()
Signature: unit -> unit
|
Instance members
Instance member | Description |
Edges
Signature: IEnumerable<'TEdge>
|
|
Graph
Signature: 'TGraph
|