Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.AsyncLocalValueMap.MultiElementAsyncLocalValueMap Class Referencesealed

Public Member Functions

IAsyncLocalValueMap Set (IAsyncLocal key, object value, bool treatNullValueAsNonexistent)
 
bool TryGetValue (IAsyncLocal key, out object value)
 

Package Functions

 MultiElementAsyncLocalValueMap (int count)
 
void UnsafeStore (int index, IAsyncLocal key, object value)
 

Private Attributes

readonly KeyValuePair< IAsyncLocal, object >[] _keyValues
 

Detailed Description

Definition at line 210 of file AsyncLocalValueMap.cs.


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