Iso3166Country
public class Iso3166Country
Namespace
Constructors
Iso3166Country
The default constructor.
public Iso3166Country()
Properties
Code
public string Code { get; set; }
Name
public string Name { get; set; }
Regions
public Iso3166CountryRegion[] Regions { get; set; }