AddressFactoryBaseSetCountries Method

Sets the list of Countries.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
protected static void SetCountries(
	IList<ISOCountry> list
)

Parameters

list  IListISOCountry
Collection of ISO-3166 Countries.

See Also