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 | Add (object content) |
IEnumerable< XNode > | Nodes () |
void | RemoveNodes () |
void | Remove () |
override string | ToString () |
void | WriteTo (XmlWriter writer) |
T | Annotation< T > () |
Package Functions | |
XContainer () | |
XContainer (XContainer other) | |
virtual void | AddAttribute (XAttribute a) |
virtual void | AddAttributeSkipNotify (XAttribute a) |
void | AddContentSkipNotify (object content) |
void | AddNode (XNode n) |
void | AddNodeSkipNotify (XNode n) |
void | AddString (string s) |
void | AddStringSkipNotify (string s) |
void | AppendNode (XNode n) |
void | AppendNodeSkipNotify (XNode n) |
override void | AppendText (StringBuilder sb) |
void | ConvertTextToNode () |
void | RemoveNode (XNode n) |
virtual void | ValidateNode (XNode node, XNode previous) |
virtual void | ValidateString (string s) |
void | WriteContentTo (XmlWriter writer) |
XNode | CloneNode () |
bool | NotifyChanged (object sender, XObjectChangeEventArgs e) |
bool | NotifyChanging (object sender, XObjectChangeEventArgs e) |
bool | SkipNotify () |
SaveOptions | GetSaveOptionsFromAnnotations () |
Static Package Functions | |
static string | GetStringValue (object value) |
Package Attributes | |
object | content |
XNode | next |
XContainer | parent |
object | annotations |
Properties | |
XNode | LastNode [get, set] |
class< Nodes > | IEnumerator [set] |
XmlNodeType | NodeType [get] |
XElement | Parent [get, set] |
Private Member Functions | |
void | RemoveNodesSkipNotify () |
string | GetXmlString (SaveOptions o) |
object | AnnotationForSealedType (Type type) |
Private Attributes | |
class< Nodes > | d__18: IEnumerable<XNode> |
class< Nodes > | IEnumerable |
class< Nodes > | IEnumerator< XNode > |
class< Nodes > | IDisposable |
Definition at line 13 of file XContainer.cs.