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

◆ RemoveAnnotations< T >()

Type Constraints
T :class 

Definition at line 2081 of file JToken.cs.

2081 : class
2082 {
2083 object annotations = this._annotations;
2084 if (annotations != null)
2085 {
2086 if (annotations != null)
2087 {
2088 if (false)
2089 {
2090 return;
2091 }
2092 }
2093 else if (this._annotations != null)
2094 {
2095 }
2096 }
2097 }

References Newtonsoft.Json.Linq.JToken._annotations.