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.
1
using
System
;
2
using
Newtonsoft.Json.Shims
;
3
4
namespace
Newtonsoft.Json
5
{
6
// Token: 0x0200001E RID: 30
7
[
Preserve
]
8
public
interface
IJsonLineInfo
9
{
10
// Token: 0x06000044 RID: 68
11
bool
HasLineInfo
();
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
}
Newtonsoft.Json.IJsonLineInfo.LineNumber
int LineNumber
Definition
IJsonLineInfo.cs:15
Newtonsoft.Json.IJsonLineInfo.HasLineInfo
bool HasLineInfo()
Newtonsoft.Json.IJsonLineInfo.LinePosition
int LinePosition
Definition
IJsonLineInfo.cs:19
Newtonsoft.Json.IJsonLineInfo
Definition
IJsonLineInfo.cs:9
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json
Definition
BsonArray.cs:8
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
IJsonLineInfo.cs
Generated by
1.10.0