| 
    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 ReLogic.Utilities.TypeInstanceCollection< BaseType >:
 Collaboration diagram for ReLogic.Utilities.TypeInstanceCollection< BaseType >:Public Member Functions | |
| void | Register< T > (T instance) | 
| T | Get< T > () | 
| void | Remove< T > () | 
| bool | Has< T > () | 
| bool | Has (Type type) | 
| void | IfHas< T > (Action< T > callback) | 
| U | IfHas< T, U > (Func< T, U > callback) | 
| void | Dispose () | 
| TypeInstanceCollection () | |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) | 
Private Attributes | |
| Dictionary< Type, BaseType > | _services | 
| bool | _disposedValue | 
| BaseType | : | class | 
Definition at line 9 of file TypeInstanceCollection.cs.