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()

object System.Globalization.DateTimeFormatInfo.Clone ( )
inline

Implements System.ICloneable.

Definition at line 318 of file DateTimeFormatInfo.cs.

319 {
320 object obj = base.MemberwiseClone();
321 if (obj != null)
322 {
323 }
324 if (this.calendar != null)
325 {
326 }
327 return obj;
328 }
class f__AnonymousType0<< Count > j__TPar

References System.Globalization.DateTimeFormatInfo.calendar, j__TPar, and System.obj.