QuickGraph


IVertexSet<'TVertex>

Namespace: QuickGraph

A set of vertices

Instance members

Instance memberDescription
IsVerticesEmpty
Signature: bool
Modifiers: abstract

Gets a value indicating whether there are no vertices in this set.

VertexCount
Signature: int
Modifiers: abstract

Gets the vertex count.

Vertices
Signature: IEnumerable<'TVertex>
Modifiers: abstract

Gets the vertices.

Fork me on GitHub