Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThreeElementAsyncLocalValueMap()

System.Threading.AsyncLocalValueMap.ThreeElementAsyncLocalValueMap.ThreeElementAsyncLocalValueMap ( IAsyncLocal key1,
object value1,
IAsyncLocal key2,
object value2,
IAsyncLocal key3,
object value3 )
inline

Definition at line 140 of file AsyncLocalValueMap.cs.

References System.Threading.AsyncLocalValueMap.ThreeElementAsyncLocalValueMap._key1, System.Threading.AsyncLocalValueMap.ThreeElementAsyncLocalValueMap._key2, System.Threading.AsyncLocalValueMap.ThreeElementAsyncLocalValueMap._key3, System.Threading.AsyncLocalValueMap.ThreeElementAsyncLocalValueMap._value1, System.Threading.AsyncLocalValueMap.ThreeElementAsyncLocalValueMap._value2, and System.Threading.AsyncLocalValueMap.ThreeElementAsyncLocalValueMap._value3.

Referenced by System.Threading.AsyncLocalValueMap.ThreeElementAsyncLocalValueMap.Set().