Initializes a new instance of the Country class with the specified country code and name.
Initializes a new instance of the Country class with the specified country code and name.
public Country(string,string);
Initializes a new instance of the Country class with the specified country code and name. Also, indicate whether the country can be selected.
public Country(string,string,bool);