|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Xml.XmlName:
Collaboration diagram for System.Xml.XmlName: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, set] |
| string | NamespaceURI [get, set] |
| string | Prefix [get, set] |
| int | HashCode [get, set] |
| XmlDocument | OwnerDocument [get, set] |
| string | Name [get, set] |
| virtual XmlSchemaValidity | Validity [get, set] |
| virtual bool | IsDefault [get, set] |
| virtual bool | IsNil [get, set] |
| virtual XmlSchemaSimpleType | MemberType [get, set] |
| virtual XmlSchemaType | SchemaType [get, set] |
| virtual XmlSchemaElement | SchemaElement [get, set] |
| virtual XmlSchemaAttribute | SchemaAttribute [get, set] |
Private Attributes | |
| string | prefix |
| string | localName |
| string | ns |
| string | name |
| int | hashCode |
Definition at line 10 of file XmlName.cs.