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

◆ MonthNames

string [] System.Globalization.DateTimeFormatInfo.MonthNames
get

Definition at line 818 of file DateTimeFormatInfo.cs.

819 {
820 get
821 {
822 if (this.monthNames == null)
823 {
824 string[] array = this.internalGetMonthNamesCore();
825 }
826 object obj;
827 if (obj == null || obj != null)
828 {
829 }
830 throw new InvalidCastException();
831 }
832 }