Return an iterable to all the vertices in the graph.
If this is not possible for the implementation, then an NotSupportedException can be thrown.
Namespace:
VelocityGraph.Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax IEnumerable<IVertex> GetVertices()
Function GetVertices As IEnumerable(Of IVertex)
IEnumerable<IVertex^>^ GetVertices()
abstract GetVertices : unit -> IEnumerable<IVertex>
Return Value
Type:
IEnumerableIVertexan iterable reference to all vertices in the graph
See Also