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.Utilities.TypeInstanceCollection< BaseType > Class Template Reference
+ Inheritance diagram for ReLogic.Utilities.TypeInstanceCollection< BaseType >:

Public Member Functions

void Register< T > (T instance)
 
Get< T > ()
 
void Remove< T > ()
 
bool Has< T > ()
 
bool Has (Type type)
 
void IfHas< T > (Action< T > callback)
 
IfHas< U, T > (Func< T, U > callback)
 
void Dispose ()
 
 TypeInstanceCollection ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Private Attributes

Dictionary< Type, BaseType > _services
 
bool _disposedValue
 

Detailed Description

Type Constraints
BaseType :class 

Definition at line 7 of file TypeInstanceCollection.cs.


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