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

◆ Clone()

virtual object System.Globalization.CultureInfo.Clone ( )
inlinevirtual

Implements System.ICloneable.

Definition at line 225 of file CultureInfo.cs.

226 {
227 if (!this.constructed)
228 {
229 int num = this.cultureID;
230 int num2 = 1;
231 this.constructed = num2 != 0;
232 }
233 object obj = base.MemberwiseClone();
234 if (obj != null)
235 {
236 }
237 object obj2;
238 if (obj2 != null)
239 {
240 }
241 object obj3;
242 if (obj3 != null)
243 {
244 }
245 return obj;
246 }
class f__AnonymousType0<< Count > j__TPar

References System.Globalization.CultureInfo.constructed, System.Globalization.CultureInfo.cultureID, j__TPar, and System.obj.