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

◆ GeneralShortTimePattern

string System.Globalization.DateTimeFormatInfo.GeneralShortTimePattern
getpackage

Definition at line 651 of file DateTimeFormatInfo.cs.

652 {
653 get
654 {
655 string text3;
656 if (this.generalShortTimePattern == null)
657 {
658 string text = this.shortDatePattern;
659 if (text == null)
660 {
663 }
664 string text2 = this.ShortTimePattern;
665 text3 = text + " " + text2;
667 }
668 return text3;
669 }
670 }
class f__AnonymousType0<< Count > j__TPar