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