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

Public Member Functions

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

Private Attributes

readonly IAsyncLocal _key1
 
readonly object _value1
 

Detailed Description

Definition at line 25 of file AsyncLocalValueMap.cs.


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