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); }