16 lines
310 B
C#
16 lines
310 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Threading.Tasks
|
|
{
|
|
// Token: 0x0200039E RID: 926
|
|
[Token(Token = "0x200039E")]
|
|
internal interface ITaskCompletionAction
|
|
{
|
|
// Token: 0x060021BF RID: 8639
|
|
[Token(Token = "0x60021BF")]
|
|
[Address(Slot = "0")]
|
|
void Invoke(Task completingTask);
|
|
}
|
|
}
|