Mono.Upcoming.State.GetCountry C# (CSharp) 메소드

GetCountry() 공개 메소드

public GetCountry ( ) : Country
리턴 Country
        public Country GetCountry()
        {
            Response rsp = connection.Util.Get ("country.getInfo", new UpcomingParam ("country_id", CountryID));
            ApplyConnection (rsp.Countries);

            return rsp.Countries[0];
        }