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

◆ TryGetValue()

bool System.Threading.AsyncLocalValueMap.EmptyAsyncLocalValueMap.TryGetValue ( IAsyncLocal key,
out object value )
inline

Implements System.Threading.IAsyncLocalValueMap.

Definition at line 18 of file AsyncLocalValueMap.cs.

19 {
20 value = null;
21 return false;
22 }

References System.value.