Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.ThreadLocal< T >.IdManager Class Referencesealed

Package Functions

int GetId (bool trackAllValues)
 
bool IdTracksAllValues (int id)
 
void ReturnId (int id, bool idTracksAllValues)
 

Properties

int IdsThatDoNotTrackValuesCount [get]
 

Private Attributes

int _nextIdToTry
 
volatile int _idsThatDoNotTrackAllValues
 
readonly List< byte > _ids = new List<byte>()
 

Detailed Description

Definition at line 32 of file ThreadLocal.cs.


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