terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Mono.Xml.SmallXmlParser.AttrListImpl Class Reference
+ Inheritance diagram for Mono.Xml.SmallXmlParser.AttrListImpl:

Public Member Functions

string GetName (int i)
 
string GetValue (int i)
 
string GetValue (string name)
 
 AttrListImpl ()
 

Package Functions

void Clear ()
 
void Add (string name, string value)
 

Properties

int Length [get]
 
string[] Names [get]
 
string[] Values [get]
 

Private Attributes

List< string > attrNames
 
List< string > attrValues
 

Detailed Description

Definition at line 436 of file SmallXmlParser.cs.


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