API Reference / CountryInfoAPI ReferenceClass CountryInfoEdit on GitHubNamespace HtmlForgeX.CountryDataAssembly HtmlForgeXSource Geography/CountryData.cs:18Modifiers sealedSimple country info record (Name, ISO2, ISO3).InheritanceObjectCountryInfoFilter membersAll (8) Constructors (1) Methods (4) Properties (3)Show inherited Expand all Collapse all ResetConstructorspublic CountryInfo() #Geography/CountryData.cs:18Inherited Methodspublic override Boolean Equals(Object obj) #Containers/ChartJs/ChartJsTooltip.cs:15Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Containers/ChartJs/ChartJsTooltip.cs:23Returns: Int32Inherited from Objectpublic Type GetType() #Containers/ChartJs/ChartJsTitle.cs:102Returns: TypeInherited from Objectpublic override String ToString() #Returns: StringInherited from ObjectPropertiespublic String Name { get; set; } #Geography/CountryData.cs:18English display name.public String Iso2 { get; set; } #Geography/CountryData.cs:20ISO 3166-1 alpha‑2 code.public String Iso3 { get; set; } #Geography/CountryData.cs:22ISO 3166-1 alpha‑3 code.