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

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

Syntax

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

See Also