Click or drag to resize

BaseGraphEdges Property

Gets list of eges

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

Property Value

Type: ListTupleInt32, Int32
See Also