Files
Aug2021-Cpp2IL-Dump/mscorlib/System/Threading/IAsyncLocal.cs
T
2026-04-10 22:50:51 +02:00

16 lines
345 B
C#

using System;
using Cpp2IlInjected;
namespace System.Threading
{
// Token: 0x02000316 RID: 790
[Token(Token = "0x2000316")]
internal interface IAsyncLocal
{
// Token: 0x06001D0E RID: 7438
[Token(Token = "0x6001D0E")]
[Address(Slot = "0")]
void OnValueChanged(object previousValue, object currentValue, bool contextChanged);
}
}