mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-17 13:45:05 +00:00
refactor: Tidying
This commit is contained in:
@@ -941,7 +941,7 @@ namespace ICD.Common.Utils.Globalization
|
|||||||
return cultureInfo;
|
return cultureInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
public new static CultureInfo[] GetCultures(CultureTypes types)
|
public static CultureInfo[] GetCultures(CultureTypes types)
|
||||||
{
|
{
|
||||||
return s_DictAvailableCulturesByName.Where(de => (de.Value & types) != 0)
|
return s_DictAvailableCulturesByName.Where(de => (de.Value & types) != 0)
|
||||||
.Select(de => new IcdCultureInfo(de.Key))
|
.Select(de => new IcdCultureInfo(de.Key))
|
||||||
|
|||||||
Reference in New Issue
Block a user