wManager.Wow.Helpers Namespace
WRobot

TaxiList..::..Nodes Property

Gets or sets the nodes.

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static List<TaxiNode> Nodes { get; set; }
Public Shared Property Nodes As List(Of TaxiNode)
	Get
	Set
public:
static property List<TaxiNode^>^ Nodes {
	List<TaxiNode^>^ get ();
	void set (List<TaxiNode^>^ value);
}

Field Value

The nodes.