Return an iterable to all the edges 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<IEdge> GetEdges()
Function GetEdges As IEnumerable(Of IEdge)
IEnumerable<IEdge^>^ GetEdges()
abstract GetEdges : unit -> IEnumerable<IEdge>
Return Value
Type:
IEnumerableIEdgean iterable reference to all edges in the graph
See Also