a
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Threading
|
||||
{
|
||||
// Token: 0x0200033D RID: 829
|
||||
[Token(Token = "0x200033D")]
|
||||
internal static class _ThreadPoolWaitCallback
|
||||
{
|
||||
// Token: 0x06001E08 RID: 7688 RVA: 0x00013230 File Offset: 0x00011430
|
||||
[Token(Token = "0x6001E08")]
|
||||
[Address(RVA = "0x1DBA0B0", Offset = "0x1DB8EB0", VA = "0x181DBA0B0")]
|
||||
internal static bool PerformWaitCallback()
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user