|
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 System.Xml.NameTable:
Collaboration diagram for System.Xml.NameTable:Classes | |
| class | Entry |
Public Member Functions | |
| NameTable () | |
| override string | Add (string key) |
| override string | Add (char[] key, int start, int len) |
| override string | Get (string value) |
Private Member Functions | |
| string | AddEntry (string str, int hashCode) |
| void | Grow () |
Static Private Member Functions | |
| static bool | TextEquals (string str1, char[] str2, int str2Start, int str2Length) |
Private Attributes | |
| NameTable.Entry[] | entries |
| int | count |
| int | mask |
| int | hashCodeRandomizer |
Definition at line 9 of file NameTable.cs.