QuickGraph


IVertexEdgeDictionary<'TVertex, 'TEdge>

Namespace: QuickGraph.Collections

A dictionary of vertices to a list of edges

Instance members

Instance memberDescription
Clone()
Signature: unit -> IVertexEdgeDictionary<'TVertex,'TEdge>
Modifiers: abstract

Gets a clone of the dictionary. The vertices and edges are not cloned.

Fork me on GitHub