CountriesAllCountries Method

Get a list of all official countries.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static ObservableCollection<Country> AllCountries()

Return Value

ObservableCollectionCountry
List<Country>> with all official countries.

See Also