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
|
Public Member Functions | |
void | SetValidity (XmlSchemaValidity value) |
void | SetIsDefault (bool value) |
void | SetIsNil (bool value) |
override 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 | |
XmlNameEx (string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo) | |
Package Attributes | |
XmlDocument | ownerDoc |
XmlName | next |
Properties | |
override XmlSchemaValidity | Validity [get, set] |
override bool | IsDefault [get, set] |
override bool | IsNil [get, set] |
override XmlSchemaSimpleType | MemberType [get, set] |
override XmlSchemaType | SchemaType [get, set] |
override XmlSchemaElement | SchemaElement [get, set] |
override XmlSchemaAttribute | SchemaAttribute [get, set] |
string | LocalName [get, set] |
string | NamespaceURI [get, set] |
string | Prefix [get, set] |
int | HashCode [get, set] |
XmlDocument | OwnerDocument [get, set] |
string | Name [get, set] |
Private Attributes | |
byte | flags |
XmlSchemaSimpleType | memberType |
XmlSchemaType | schemaType |
object | decl |
string | prefix |
string | localName |
string | ns |
string | name |
int | hashCode |
Definition at line 9 of file XmlNameEx.cs.