Table of Contents

Class CountryPhoneCodes

Namespace
Lykke.Common
Assembly
Lykke.Common.dll
public class CountryPhoneCodes
Inheritance
CountryPhoneCodes
Inherited Members
Extension Methods

Constructors

CountryPhoneCodes()

public CountryPhoneCodes()

Fields

_countries

protected IEnumerable<CountryItem> _countries

Field Value

IEnumerable<CountryItem>

Properties

LastModified

public static DateTime LastModified { get; }

Property Value

DateTime

Methods

GetCountries()

public IEnumerable<CountryItem> GetCountries()

Returns

IEnumerable<CountryItem>

InitCountries()

protected IEnumerable<CountryItem> InitCountries()

Returns

IEnumerable<CountryItem>