Return an iterable to all the vertices in the graph.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic IEnumerable<IVertex> GetVertices()
Public Function GetVertices As IEnumerable(Of IVertex)
public:
virtual IEnumerable<IVertex^>^ GetVertices() sealed
abstract GetVertices : unit -> IEnumerable<IVertex>
override GetVertices : unit -> IEnumerable<IVertex>
Return Value
Type:
IEnumerableIVertexan iterable reference to all vertices in the graph
Implements
IGraph.GetVertices
See Also