Kimono.KLocale.AllCountriesList C# (CSharp) Method

AllCountriesList() public method

Provides list of all known country codes. Use countryCodeToName(country) to get human readable, localized country names.
public AllCountriesList ( ) : List
return List
        public List<string> AllCountriesList()
        {
            return (List<string>) interceptor.Invoke("allCountriesList", "allCountriesList() const", typeof(List<string>));
        }