m
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Threading
|
||||
{
|
||||
// Token: 0x02000357 RID: 855
|
||||
[Token(Token = "0x2000357")]
|
||||
internal static class _ThreadPoolWaitCallback
|
||||
{
|
||||
// Token: 0x0600200A RID: 8202 RVA: 0x000155D0 File Offset: 0x000137D0
|
||||
[Token(Token = "0x600200A")]
|
||||
[Address(RVA = "0xF87060", Offset = "0xF86060", VA = "0x180F87060")]
|
||||
internal static bool PerformWaitCallback()
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user