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
Loading...
Searching...
No Matches
System.Xml.XmlEventCache.XmlEvent Struct Reference
+ Collaboration diagram for System.Xml.XmlEventCache.XmlEvent:

Public Member Functions

void InitEvent (XmlEventCache.XmlEventType eventType)
 
void InitEvent (XmlEventCache.XmlEventType eventType, string s1)
 
void InitEvent (XmlEventCache.XmlEventType eventType, string s1, string s2)
 
void InitEvent (XmlEventCache.XmlEventType eventType, string s1, string s2, string s3)
 
void InitEvent (XmlEventCache.XmlEventType eventType, string s1, string s2, string s3, object o)
 
void InitEvent (XmlEventCache.XmlEventType eventType, object o)
 

Properties

XmlEventCache.XmlEventType EventType [get, set]
 
string String1 [get, set]
 
string String2 [get, set]
 
string String3 [get, set]
 
object Object [get, set]
 

Private Attributes

XmlEventCache.XmlEventType eventType
 
string s1
 
string s2
 
string s3
 
object o
 

Detailed Description

Definition at line 650 of file XmlEventCache.cs.


The documentation for this struct was generated from the following file: