|
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.Linq.XHashtable< TValue >:
Collaboration diagram for System.Xml.Linq.XHashtable< TValue >:Classes | |
| class | XHashtableState |
Public Member Functions | |
| XHashtable (XHashtable< TValue >.ExtractKeyDelegate extractKey, int capacity) | |
| bool | TryGetValue (string key, int index, int count, out TValue value) |
| TValue | Add (TValue value) |
| delegate string | ExtractKeyDelegate (TValue value) |
Private Attributes | |
| XHashtable< TValue >.XHashtableState | _state |
Definition at line 9 of file XHashtable.cs.