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

◆ Annotation()

object Newtonsoft.Json.Linq.JToken.Annotation ( Type type)
inlineinherited

Definition at line 2029 of file JToken.cs.

2030 {
2031 for (;;)
2032 {
2033 if (type != null)
2034 {
2035 object annotations = this._annotations;
2036 if (annotations == null)
2037 {
2038 return;
2039 }
2040 if (annotations == null || this != null)
2041 {
2042 break;
2043 }
2044 }
2045 }
2046 object annotations2 = this._annotations;
2047 object annotations3 = this._annotations;
2048 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Linq.JToken._annotations, and j__TPar.