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 System.Xml.Linq.XObject.Annotation< T > ( )
inlineinherited
Type Constraints
T :class 

Definition at line 55 of file XObject.cs.

55 : class
56 {
57 object obj = this.annotations;
58 if (obj != null)
59 {
60 if (obj != null)
61 {
62 if (this == null)
63 {
64 goto IL_0021;
65 }
66 if (this != null)
67 {
68 goto IL_0023;
69 }
70 }
71 if (obj != null)
72 {
73 if (obj == null)
74 {
75 throw new InvalidCastException();
76 }
77 }
78 IL_0021:;
79 }
80 IL_0023:
81 while (this != null)
82 {
83 }
84 throw new InvalidCastException();
85 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.Linq.XObject.annotations, j__TPar, and System.obj.