A collection of fixes.

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

Syntax

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

Remarks

Implements a keyed collection of fixes.

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Fix>)>)>
    System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'String, Fix>)>)>
      FlightPlan..::..FixesCollection

See Also