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

◆ TimeSeparator

string System.Globalization.DateTimeFormatInfo.TimeSeparator
get

Definition at line 725 of file DateTimeFormatInfo.cs.

726 {
727 get
728 {
729 string text = this.timeSeparator;
730 if (text != null)
731 {
732 return text;
733 }
734 string sTimeSeparator = this._cultureData.sTimeSeparator;
735 this.timeSeparator = sTimeSeparator;
736 return sTimeSeparator;
737 }
738 }
class f__AnonymousType0<< Count > j__TPar