a
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Threading.Tasks
|
||||
{
|
||||
// Token: 0x02000355 RID: 853
|
||||
[Token(Token = "0x2000355")]
|
||||
internal enum CausalitySynchronousWork
|
||||
{
|
||||
// Token: 0x04001172 RID: 4466
|
||||
[Token(Token = "0x4001172")]
|
||||
CompletionNotification,
|
||||
// Token: 0x04001173 RID: 4467
|
||||
[Token(Token = "0x4001173")]
|
||||
ProgressNotification,
|
||||
// Token: 0x04001174 RID: 4468
|
||||
[Token(Token = "0x4001174")]
|
||||
Execution
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user