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

◆ Set()

IAsyncLocalValueMap System.Threading.AsyncLocalValueMap.EmptyAsyncLocalValueMap.Set ( IAsyncLocal key,
object value,
bool treatNullValueAsNonexistent )
inline

Implements System.Threading.IAsyncLocalValueMap.

Definition at line 9 of file AsyncLocalValueMap.cs.

10 {
12 {
13 return this;
14 }
15 return new OneElementAsyncLocalValueMap(key, value);
16 }

References System.key, and System.value.