Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IAsyncLocalValueMap.cs
Go to the documentation of this file.
1
namespace
System.Threading
;
2
3
internal
interface
IAsyncLocalValueMap
4
{
5
bool
TryGetValue
(
IAsyncLocal
key
, out
object
value
);
6
7
IAsyncLocalValueMap
Set
(
IAsyncLocal
key
,
object
value
,
bool
treatNullValueAsNonexistent);
8
}
System.Threading.IAsyncLocalValueMap.Set
IAsyncLocalValueMap Set(IAsyncLocal key, object value, bool treatNullValueAsNonexistent)
System.Threading.IAsyncLocalValueMap.TryGetValue
bool TryGetValue(IAsyncLocal key, out object value)
System.Threading.IAsyncLocalValueMap
Definition
IAsyncLocalValueMap.cs:4
System.Threading.IAsyncLocal
Definition
IAsyncLocal.cs:4
System.Threading
Definition
TaskToApm.cs:3
System.ExceptionArgument.value
@ value
System.ExceptionArgument.key
@ key
source
System.Private.CoreLib
System.Threading
IAsyncLocalValueMap.cs
Generated by
1.10.0