Mono.Upcoming.State.GetCountry C# (CSharp) Method

GetCountry() public method

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

            return rsp.Countries[0];
        }