Kimono.KLocale.AllCountriesList C# (CSharp) 메소드

AllCountriesList() 공개 메소드

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