16 lines
345 B
C#
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);
|
|
}
|
|
}
|