The Airport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Airport()()()() |
Creates a new instance of Airport.
|
![]() | Airport(String, Waypoint) |
Creates a new instance of Airport.
|
![]() | Airport(String, Double, Double) |
Creates a new instance of Airport.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados. (Inherited from Object.) |
![]() | GetHashCode | Actúa como función hash para un tipo concreto. (Inherited from Object.) |
![]() | GetType | Obtiene el objeto Type de la instancia actual. (Inherited from Object.) |
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() | ToString |
Gets the string representation for this Airport.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | Name |
Gets or Sets the Name for this Airport.
|
![]() | Waypoint |
Gets or Sets the Waypoint for this Object.
|