The City type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | City()()()() |
Empty constructor for City.
|
![]() | City(Int32) |
Constructor for City.
|
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.) |
![]() | FindClosestCities |
Find the cities that are closest to this one.
|
![]() | 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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | CloseCities |
A list of the cities that are closest to this one.
|
![]() | Id |
The identifier of this city.
|
![]() | Links |
The distance from this city to every other city.
|