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

◆ GetFirstNode< T >()

T System.Xml.Linq.XDocument.GetFirstNode< T > ( )
inlineprivate
Type Constraints
T :XNode 

Definition at line 92 of file XDocument.cs.

92 : XNode
93 {
94 object content;
95 do
96 {
97 content = this.content;
98 if (content == null)
99 {
100 return;
101 }
102 object content2 = this.content;
103 while (content == null)
104 {
105 }
106 }
107 while (content != null);
108 throw new InvalidCastException();
109 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.Linq.XContainer.content, and j__TPar.