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

◆ AbbreviatedMonthNames

string [] System.Globalization.DateTimeFormatInfo.AbbreviatedMonthNames
get

Definition at line 800 of file DateTimeFormatInfo.cs.

801 {
802 get
803 {
804 if (this.abbreviatedMonthNames == null)
805 {
807 }
808 object obj;
809 if (obj == null || obj != null)
810 {
811 }
812 throw new InvalidCastException();
813 }
814 }