oh dear
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Threading.Tasks
|
||||
{
|
||||
// Token: 0x02000382 RID: 898
|
||||
[Token(Token = "0x2000382")]
|
||||
internal interface ITaskCompletionAction
|
||||
{
|
||||
// Token: 0x06001FB3 RID: 8115
|
||||
[Token(Token = "0x6001FB3")]
|
||||
[Address(Slot = "0")]
|
||||
void Invoke(Task completingTask);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user