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
IJsonLineInfo.cs
Go to the documentation of this file.
1using System;
3
4namespace Newtonsoft.Json
5{
6 // Token: 0x0200001E RID: 30
8 public interface IJsonLineInfo
9 {
10 // Token: 0x06000044 RID: 68
12
13 // Token: 0x1700000A RID: 10
14 // (get) Token: 0x06000045 RID: 69
15 int LineNumber { get; }
16
17 // Token: 0x1700000B RID: 11
18 // (get) Token: 0x06000046 RID: 70
19 int LinePosition { get; }
20 }
21}