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:
Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
SyntaxIEnumerable<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