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

◆ SchemaElement

override XmlSchemaElement System.Xml.XmlNameEx.SchemaElement
get

Implements System.Xml.Schema.IXmlSchemaInfo.

Definition at line 112 of file XmlNameEx.cs.

113 {
114 get
115 {
116 if (this.decl != null)
117 {
118 return;
119 }
120 }
121 }