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

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

Syntax

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

See Also