Click or drag to resize

GraphNodes Property

Gets the List interface of the nodes in the graph.

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Dictionary<int, Node> Nodes { get; set; }

Property Value

Type: DictionaryInt32, Node
See Also