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< T >()

T Newtonsoft.Json.Linq.JToken.Annotation< T > ( )
inlineinherited
Type Constraints
T :class 

Definition at line 1996 of file JToken.cs.

1996 : class
1997 {
1998 object annotations = this._annotations;
1999 if (annotations != null)
2000 {
2001 if (annotations != null)
2002 {
2003 if (this == null)
2004 {
2005 goto IL_0021;
2006 }
2007 if (this != null)
2008 {
2009 goto IL_0023;
2010 }
2011 }
2012 if (annotations != null)
2013 {
2014 if (annotations == null)
2015 {
2016 throw new InvalidCastException();
2017 }
2018 }
2019 IL_0021:;
2020 }
2021 IL_0023:
2022 while (this != null)
2023 {
2024 }
2025 throw new InvalidCastException();
2026 }
class f__AnonymousType0<< Count > j__TPar

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