|
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
|
Inheritance diagram for Newtonsoft.Json.Linq.JToken:
Collaboration diagram for Newtonsoft.Json.Linq.JToken:Classes | |
| class | LineInfoAnnotation |
Public Attributes | |
| JToken | |
Package Functions | |
| JToken | CloneToken () |
| bool | DeepEquals (JToken node) |
| JToken () | |
| IEnumerable< JToken > | GetAncestors (bool self) |
| int | GetDeepHashCode () |
| void | SetLineInfo (IJsonLineInfo lineInfo, JsonLoadSettings settings) |
| void | SetLineInfo (int lineNumber, int linePosition) |
Static Package Functions | |
| static JToken | FromObjectInternal (object o, JsonSerializer jsonSerializer) |
Properties | |
| static JTokenEqualityComparer | EqualityComparer [get, set] |
| JContainer | Parent [get, set] |
| JToken | Root [get, set] |
| JTokenType | Type [get] |
| bool | HasValues [get] |
| JToken | Next [get, set] |
| JToken | Previous [get, set] |
| string | Path [get, set] |
| virtual JToken | this[object key] [get, set] |
| virtual JToken | First [get, set] |
| virtual JToken | Last [get, set] |
| IJEnumerable< JToken > Newtonsoft.Json.Linq.IJEnumerable< Newtonsoft.Json.Linq.JToken >. | Item [get, set] |
| int Newtonsoft.Json.IJsonLineInfo. | LineNumber [get, set] |
| int Newtonsoft.Json.IJsonLineInfo. | LinePosition [get, set] |
| class< GetAncestors > | IEnumerator [set] |
| class< AfterSelf > | IEnumerator [set] |
| class< BeforeSelf > | IEnumerator [set] |
| class< Annotations > | IEnumerator [set] |
Private Member Functions | |
| IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
| IEnumerator< JToken > System.Collections.Generic.IEnumerable< Newtonsoft.Json.Linq.JToken >. | GetEnumerator () |
| bool Newtonsoft.Json.IJsonLineInfo. | HasLineInfo () |
| object System.ICloneable. | Clone () |
Static Private Member Functions | |
| static JValue | EnsureValue (JToken value) |
| static string | GetType (JToken token) |
| static bool | ValidateToken (JToken o, JTokenType[] validTypes, bool nullable) |
| static | JToken () |