Click or drag to resize

IGraphEdges Property

Enumerates all edges in the graph.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IEnumerable<IEdge> Edges { get; }

Property Value

Type: IEnumerableIEdge
See Also