Files
27Aug2021-Cpp2IL-Dump/mscorlib/System/Threading/IAsyncLocal.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

16 lines
345 B
C#

using System;
using Cpp2IlInjected;
namespace System.Threading
{
// Token: 0x02000330 RID: 816
[Token(Token = "0x2000330")]
internal interface IAsyncLocal
{
// Token: 0x06001F0F RID: 7951
[Token(Token = "0x6001F0F")]
[Address(Slot = "0")]
void OnValueChanged(object previousValue, object currentValue, bool contextChanged);
}
}