public static TaxiNode GetNearestNode( List<TaxiNode> taxiNodes, float maxDistanceMe, out bool result )
Public Shared Function GetNearestNode ( _ taxiNodes As List(Of TaxiNode), _ maxDistanceMe As Single, _ <OutAttribute> ByRef result As Boolean _ ) As TaxiNode
public: static TaxiNode^ GetNearestNode( List<TaxiNode^>^ taxiNodes, float^ maxDistanceMe, [OutAttribute] bool^% result )