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

◆ ParseTime()

bool System.Globalization.TimeSpanParse.StringParser.ParseTime ( [Out] long time,
TimeSpanParse::TimeSpanResult result )
inlinepackage

Definition at line 1067 of file TimeSpanParse.cs.

1068 {
1069 bool flag;
1070 time.m_value = (flag ? 1L : 0L);
1071 char ch = this._ch;
1072 int pos = this._pos;
1073 this._pos = pos;
1074 bool flag2;
1075 return flag2;
1076 }
class f__AnonymousType0<< Count > j__TPar

References System.Globalization.TimeSpanParse.StringParser._ch, System.Globalization.TimeSpanParse.StringParser._pos, j__TPar, and System.L.