C# 클래스 Fhnw.Ecnf.RoutePlanner.RoutePlannerLib.City

파일 보기 프로젝트 열기: platzhersh/FHNW-Java-Projekte 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
City ( string name, string country, int population, double latitude, double longitude ) : System
Equal ( City c ) : bool
Equals ( object obj ) : bool

메소드 상세

City() 공개 메소드

public City ( string name, string country, int population, double latitude, double longitude ) : System
name string
country string
population int
latitude double
longitude double
리턴 System

Equal() 공개 메소드

public Equal ( City c ) : bool
c City
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool