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

◆ GetItem()

override JToken Newtonsoft.Json.Linq.JProperty.GetItem ( int index)
inlinepackagevirtual

Reimplemented from Newtonsoft.Json.Linq.JContainer.

Definition at line 89 of file JProperty.cs.

90 {
91 while (index != 0)
92 {
93 }
94 return this._content._token;
95 }
readonly JProperty.JPropertyList _content
Definition JProperty.cs:364

References Newtonsoft.Json.Linq.JProperty._content, and System.index.