terraria-cpp2il
v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
IJsonLineInfo.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
using
Newtonsoft.Json.Shims
;
4
5
namespace
Newtonsoft.Json
6
{
7
[
Preserve
]
8
[global::Cpp2ILInjected.Token(Token =
"0x200001E"
)]
9
public
interface
IJsonLineInfo
10
{
11
[global::Cpp2ILInjected.Token(Token =
"0x6000044"
)]
12
bool
HasLineInfo
();
13
14
[global::Cpp2ILInjected.Token(Token =
"0x1700000A"
)]
15
int
LineNumber
16
{
17
[global::Cpp2ILInjected.Token(Token =
"0x6000045"
)]
18
get
;
19
}
20
21
[global::Cpp2ILInjected.Token(Token =
"0x1700000B"
)]
22
int
LinePosition
23
{
24
[global::Cpp2ILInjected.Token(Token =
"0x6000046"
)]
25
get
;
26
}
27
}
28
}
Newtonsoft.Json.IJsonLineInfo.LineNumber
int LineNumber
Definition
IJsonLineInfo.cs:16
Newtonsoft.Json.IJsonLineInfo.HasLineInfo
bool HasLineInfo()
Newtonsoft.Json.IJsonLineInfo.LinePosition
int LinePosition
Definition
IJsonLineInfo.cs:23
Newtonsoft.Json.IJsonLineInfo
Definition
IJsonLineInfo.cs:10
Cpp2ILInjected
Definition
AddressAttribute.cs:4
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:6
Newtonsoft.Json
Definition
BsonArray.cs:9
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__Il2CppComDelegate.cs:6
source
Newtonsoft.Json
IJsonLineInfo.cs
Generated by
1.10.0