|
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 Mono.Xml.SmallXmlParser.AttrListImpl:
Collaboration 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, set] |
| string[] | Names [get, set] |
| string[] | Values [get, set] |
Private Attributes | |
| global::System.Collections.Generic.List< string > | attrNames |
| global::System.Collections.Generic.List< string > | attrValues |
Definition at line 576 of file SmallXmlParser.cs.