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

◆ SchemaAttribute

override XmlSchemaAttribute System.Xml.XmlNameEx.SchemaAttribute
get

Implements System.Xml.Schema.IXmlSchemaInfo.

Definition at line 125 of file XmlNameEx.cs.

126 {
127 get
128 {
129 if (this.decl != null)
130 {
131 return;
132 }
133 }
134 }