Click or drag to resize

GraphFastDirectedEdges Property

Gets list of eges

Namespace:  GraphLibrary.Graphs.GraphsFast
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public override List<Tuple<int, int>> Edges { get; }

Property Value

Type: ListTupleInt32, Int32
See Also