terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
virtual bool | Equals (IXmlSchemaInfo schemaInfo) |
Static Public Member Functions | |
static XmlName | Create (string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo) |
static int | GetHashCode (string name) |
Package Functions | |
XmlName (string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next) | |
Package Attributes | |
XmlDocument | ownerDoc |
XmlName | next |
Properties | |
string | LocalName [get] |
string | NamespaceURI [get] |
string | Prefix [get] |
int | HashCode [get] |
XmlDocument | OwnerDocument [get] |
string | Name [get] |
virtual XmlSchemaValidity | Validity [get] |
virtual bool | IsDefault [get] |
virtual bool | IsNil [get] |
virtual XmlSchemaSimpleType | MemberType [get] |
virtual XmlSchemaType | SchemaType [get] |
virtual XmlSchemaElement | SchemaElement [get] |
virtual XmlSchemaAttribute | SchemaAttribute [get] |
Private Attributes | |
string | prefix |
string | localName |
string | ns |
string | name |
int | hashCode |
Definition at line 9 of file XmlName.cs.