m
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user