[MAYBE?] ConstTypeArgs.Globalization Library #10
zacharylayne
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There might be marginal benefit to having a ConstTypeArgs.Globalization library that supports one or more of the following:
CultureInfo
,CultureTypes
,Calendar
(ChinesLunisolarCalendar
,EastAsianLunisolarCalendar
,GregorianCalendar
,HebrewCalendar
,HijriCalendar
,JapaneseCalendar
,JapaneseLunisolarCalendar
,JulianCalendar
,KoreanCalendar
,KoreanLunisolarCalendar
,PersianCalendar
,TaiwanCalendar
,TaiwanLunisolarCalendar
,ThaiBuddhistCalendar
,UmAlQuraCalendar
),RegionInfo
.One challenge is that not all of the types that would be encapsulated are immutable. If work on this library were to proceed, it might be worth looking into creating immutable wrappers for these types.
Beta Was this translation helpful? Give feedback.
All reactions