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

◆ DateTimeOffsetPattern

string System.Globalization.DateTimeFormatInfo.DateTimeOffsetPattern
getpackage

Definition at line 697 of file DateTimeFormatInfo.cs.

698 {
699 get
700 {
701 if (this.dateTimeOffsetPattern == null)
702 {
703 string text = this.shortDatePattern;
704 if (text == null)
705 {
708 }
709 string text2 = this.LongTimePattern;
710 string text3 = text + " " + text2;
711 int stringLength = this.LongTimePattern._stringLength;
712 long num = 0L;
713 char c = this.LongTimePattern[(int)num];
714 string text4 = this.LongTimePattern;
715 int stringLength2 = text4._stringLength;
716 return text4;
717 }
718 string text5;
719 return text5;
720 }
721 }
class f__AnonymousType0<< Count > j__TPar