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
LineInfo.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml
4{
5 // Token: 0x02000085 RID: 133
6 internal struct LineInfo
7 {
8 // Token: 0x06000639 RID: 1593 RVA: 0x000149F4 File Offset: 0x00012BF4
9 public LineInfo(int lineNo, int linePos)
10 {
12 }
13
14 // Token: 0x0600063A RID: 1594 RVA: 0x00014A08 File Offset: 0x00012C08
15 public void Set(int lineNo, int linePos)
16 {
18 }
19
20 // Token: 0x040002FF RID: 767
21 internal int lineNo;
22
23 // Token: 0x04000300 RID: 768
24 internal int linePos;
25 }
26}
class f__AnonymousType0<< Count > j__TPar
LineInfo(int lineNo, int linePos)
Definition LineInfo.cs:9
void Set(int lineNo, int linePos)
Definition LineInfo.cs:15