refactor: Tidying

This commit is contained in:
Chris Cameron
2020-02-19 13:48:04 -05:00
parent 94265b1915
commit fde3106389

View File

@@ -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))