Class CountryItem
public class CountryItem
- Inheritance
-
CountryItem
- Inherited Members
- Extension Methods
Constructors
CountryItem(string, string)
public CountryItem(string iso3, string prefix)
Parameters
Properties
Id
public string Id { get; }
Property Value
Iso2
public string Iso2 { get; }
Property Value
Name
public string Name { get; }
Property Value
Prefix
public string Prefix { get; }