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

◆ Equals()

override bool System.Xml.XmlNameEx.Equals ( IXmlSchemaInfo schemaInfo)
inlinevirtual

Reimplemented from System.Xml.XmlName.

Definition at line 158 of file XmlNameEx.cs.

159 {
160 if (schemaInfo == null)
161 {
162 return;
163 }
164 byte b = this.flags;
165 byte b2 = this.flags;
166 byte b3 = this.flags;
169 if (this.decl != null)
170 {
171 }
172 if (this.decl != null)
173 {
174 return;
175 }
176 }
class f__AnonymousType0<< Count > j__TPar
XmlSchemaSimpleType memberType
Definition XmlNameEx.cs:182
XmlSchemaType schemaType
Definition XmlNameEx.cs:185

References System.Xml.XmlNameEx.decl, System.Xml.XmlNameEx.flags, j__TPar, System.Xml.XmlNameEx.memberType, and System.Xml.XmlNameEx.schemaType.