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

◆ Calendar

virtual Calendar System.Globalization.CultureInfo.Calendar
get

Definition at line 138 of file CultureInfo.cs.

139 {
140 get
141 {
143 if (this.calendar == null)
144 {
145 if (!this.constructed)
146 {
147 int num = this.cultureID;
148 this.constructed = true;
149 }
150 int num2 = this.default_calendar_type;
151 if (!true)
152 {
153 }
154 calendar = CultureInfo.CreateCalendar(num2);
156 }
157 return calendar;
158 }
159 }
class f__AnonymousType0<< Count > j__TPar