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

◆ AsJEnumerable< T >()

Type Constraints
T :JToken 

Definition at line 195 of file Extensions.cs.

195 : JToken
196 {
197 while (source == null || source != null)
198 {
199 }
200 throw new InvalidCastException();
201 }

References Newtonsoft.Json.Linq.Extensions.source.