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.NumberFormatInfo.Clone ( )
inline

Implements System.ICloneable.

Definition at line 135 of file NumberFormatInfo.cs.

136 {
137 object obj = base.MemberwiseClone();
138 if (obj != null)
139 {
140 }
141 return obj;
142 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.obj.

Referenced by System.Globalization.CultureInfo.ConstructInvariant().