[Missing <summary> documentation for "P:FlightPlan.IntersectionLeg.NextList"]

Namespace: FlightPlan
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public LegsCollection NextList { get; set; }
Visual Basic
Public Property NextList As LegsCollection
	Get
	Set
Visual C++
public:
property LegsCollection^ NextList {
	LegsCollection^ get ();
	void set (LegsCollection^ value);
}

See Also