mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
refactor: Tidying
This commit is contained in:
parent
94265b1915
commit
fde3106389
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue