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
ReLogic.Reflection.IdDictionary Class Reference

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]
 

Private Member Functions

 IdDictionary (int count)
 

Private Attributes

readonly Dictionary< string, int > _nameToId
 
Dictionary< int, string > _idToName
 

Detailed Description

Definition at line 11 of file IdDictionary.cs.


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