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