using System; using System.Collections.Generic; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace RecRoom.Async { // Token: 0x02000005 RID: 5 [Token(Token = "0x2000005")] [StructLayout(3)] public class HomogenousAggregatePromise : Promise> { // Token: 0x06000007 RID: 7 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000007")] [Address(RVA = "0x283B4E0", Offset = "0x2839EE0", VA = "0x18283B4E0")] public HomogenousAggregatePromise(List> promises) { } // Token: 0x06000008 RID: 8 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000008")] [Address(RVA = "0x283B0B0", Offset = "0x2839AB0", VA = "0x18283B0B0")] private void OnError(string error) { } // Token: 0x04000005 RID: 5 [global::Cpp2IlInjected.FieldOffset(Offset = "0x0")] [Token(Token = "0x4000005")] private readonly T[] promiseResults; // Token: 0x04000006 RID: 6 [global::Cpp2IlInjected.FieldOffset(Offset = "0x0")] [Token(Token = "0x4000006")] private int uncompletedPromiseCount; } }