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

◆ CultureName

string System.Globalization.DateTimeFormatInfo.CultureName
getprivate

Definition at line 13 of file DateTimeFormatInfo.cs.

14 {
15 get
16 {
17 string name = this._name;
18 if (name != null)
19 {
20 return name;
21 }
22 string sRealName = this._cultureData.sRealName;
23 this._name = sRealName;
24 return sRealName;
25 }
26 }
class f__AnonymousType0<< Count > j__TPar