|
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.Linq.XName:
Collaboration diagram for System.Xml.Linq.XName:Public Member Functions | |
| override string | ToString () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| bool | Equals (T other) |
Static Public Member Functions | |
| static XName | Get (string expandedName) |
| static XName | Get (string localName, string namespaceName) |
| static implicit | operator XName (string expandedName) |
| static bool | operator== (XName left, XName right) |
Package Functions | |
| XName (XNamespace ns, string localName) | |
| XName () | |
Properties | |
| string | LocalName [get, set] |
| XNamespace | Namespace [get, set] |
| string | NamespaceName [get, set] |
Private Member Functions | |
| bool System.IEquatable< System.Xml.Linq.XName >. | Equals (XName other) |
| void System.Runtime.Serialization.ISerializable. | GetObjectData (SerializationInfo info, StreamingContext context) |
Private Attributes | |
| XNamespace | _ns |
| string | _localName |
| int | _hashCode |