|
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
|
Collaboration diagram for ReLogic.Reflection.IdDictionary:Public Member Functions | |
| bool | TryGetName (int id, out string name) |
| bool | TryGetId (string name, out int id) |
| bool | ContainsName (string name) |
| bool | ContainsId (int id) |
| string | GetName (int id) |
| int | GetId (string name) |
| void | Add (string name, int id) |
| void | Remove (string name) |
| void | Remove (int id) |
Static Public Member Functions | |
| static IdDictionary | Create (Type idClass, Type idType) |
| static IdDictionary | Create< IdClass, IdType > () |
Public Attributes | |
| readonly int | Count |
Properties | |
| IEnumerable< string > | Names [get, set] |
Private Member Functions | |
| IdDictionary (int count) | |
Private Attributes | |
| readonly Dictionary< string, int > | _nameToId |
| Dictionary< int, string > | _idToName |
Definition at line 21 of file IdDictionary.cs.