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
ParsingInfo.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000BB RID: 187
7 internal struct ParsingInfo
8 {
9 // Token: 0x06000727 RID: 1831 RVA: 0x00011B44 File Offset: 0x0000FD44
10 internal void Init()
11 {
12 }
13
14 // Token: 0x04000303 RID: 771
16
17 // Token: 0x04000304 RID: 772
18 internal int dayOfWeek;
19
20 // Token: 0x04000305 RID: 773
22
23 // Token: 0x04000306 RID: 774
24 internal bool fUseHour12;
25
26 // Token: 0x04000307 RID: 775
27 internal bool fUseTwoDigitYear;
28
29 // Token: 0x04000308 RID: 776
30 internal bool fAllowInnerWhite;
31
32 // Token: 0x04000309 RID: 777
33 internal bool fAllowTrailingWhite;
34
35 // Token: 0x0400030A RID: 778
36 internal bool fCustomNumberParser;
37
38 // Token: 0x0400030B RID: 779
40 }
41}
DateTimeParse.TM timeMark
DateTimeParse.MatchNumberDelegate parseNumberDelegate