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

◆ FullTimeSpanNegativePattern

string System.Globalization.DateTimeFormatInfo.FullTimeSpanNegativePattern
getpackage

Definition at line 1245 of file DateTimeFormatInfo.cs.

1246 {
1247 get
1248 {
1249 string text;
1250 if (this._fullTimeSpanNegativePattern == null)
1251 {
1253 text = "'-'" + fullTimeSpanPositivePattern;
1255 }
1256 return text;
1257 }
1258 }
class f__AnonymousType0<< Count > j__TPar

Referenced by System.Globalization.TimeSpanParse.TryParseTimeSpan().