IVertexSet<'TVertex>
Namespace: QuickGraph
A set of vertices
Instance members
Instance member | Description |
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. |