Click or drag to resize

GraphArcs Property

Gets the List interface of the arcs in the graph.

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public HashSet<Arc> Arcs { get; }

Property Value

Type: HashSetArc
See Also