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

Public Member Functions

 ThreeElementAsyncLocalValueMap (IAsyncLocal key1, object value1, IAsyncLocal key2, object value2, IAsyncLocal key3, object value3)
 
IAsyncLocalValueMap Set (IAsyncLocal key, object value, bool treatNullValueAsNonexistent)
 
bool TryGetValue (IAsyncLocal key, out object value)
 

Private Attributes

readonly IAsyncLocal _key1
 
readonly IAsyncLocal _key2
 
readonly IAsyncLocal _key3
 
readonly object _value1
 
readonly object _value2
 
readonly object _value3
 

Detailed Description

Definition at line 126 of file AsyncLocalValueMap.cs.


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