This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
using System;
using Cpp2IlInjected;
namespace System.Threading.Tasks
{
// Token: 0x02000370 RID: 880
[Token(Token = "0x2000370")]
internal class Shared<T>
{
// Token: 0x06001EFB RID: 7931 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001EFB")]
[Address(RVA = "0x1A83E00", Offset = "0x1A82C00", VA = "0x181A83E00")]
internal Shared(T value)
{
}
// Token: 0x040011BD RID: 4541
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40011BD")]
internal T Value;
}
}