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 | |
XAttribute (XName name, object value) | |
XAttribute (XAttribute other) | |
override string | ToString () |
T | Annotation< T > () |
Package Functions | |
string | GetPrefixOfNamespace (XNamespace ns) |
bool | NotifyChanged (object sender, XObjectChangeEventArgs e) |
bool | NotifyChanging (object sender, XObjectChangeEventArgs e) |
bool | SkipNotify () |
SaveOptions | GetSaveOptionsFromAnnotations () |
Package Attributes | |
XAttribute | next |
XName | name |
string | value |
XContainer | parent |
object | annotations |
Properties | |
bool | IsNamespaceDeclaration [get, set] |
XName | Name [get, set] |
override XmlNodeType | NodeType [get, set] |
string | Value [get, set] |
XElement | Parent [get, set] |
Private Member Functions | |
object | AnnotationForSealedType (Type type) |
Static Private Member Functions | |
static void | ValidateAttribute (XName name, string value) |
Definition at line 10 of file XAttribute.cs.