Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IAsyncLocal.cs
Go to the documentation of this file.
1
namespace
System.Threading
;
2
3
internal
interface
IAsyncLocal
4
{
5
void
OnValueChanged
(
object
previousValue,
object
currentValue,
bool
contextChanged);
6
}
System.Threading.IAsyncLocal.OnValueChanged
void OnValueChanged(object previousValue, object currentValue, bool contextChanged)
System.Threading.IAsyncLocal
Definition
IAsyncLocal.cs:4
System.Threading
Definition
TaskToApm.cs:3
source
System.Private.CoreLib
System.Threading
IAsyncLocal.cs
Generated by
1.10.0