terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ AbbreviatedDayNames

string [] System.Globalization.DateTimeFormatInfo.AbbreviatedDayNames
get

Definition at line 768 of file DateTimeFormatInfo.cs.

769 {
770 get
771 {
772 if (this.abbreviatedDayNames == null)
773 {
775 }
776 object obj;
777 if (obj == null || obj != null)
778 {
779 }
780 throw new InvalidCastException();
781 }
782 }