A collection of legs.

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

Syntax

C#
public class LegsCollection : KeyedCollection<string, Leg>
Visual Basic
Public Class LegsCollection _
	Inherits KeyedCollection(Of String, Leg)
Visual C++
public ref class LegsCollection : public KeyedCollection<String^, Leg^>

Inheritance Hierarchy

See Also