using System; using System.Collections; using Cpp2IlInjected; namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections { // Token: 0x02001A37 RID: 6711 [Token(Token = "0x2001A37")] public sealed class EmptyEnumerable : IEnumerable { // Token: 0x06009DBF RID: 40383 RVA: 0x00207E10 File Offset: 0x00206010 [Token(Token = "0x6009DBF")] [Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")] private EmptyEnumerable() { } // Token: 0x06009DC0 RID: 40384 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6009DC0")] [Address(RVA = "0x4E6840", Offset = "0x4E5840", VA = "0x1804E6840", Slot = "4")] public IEnumerator GetEnumerator() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x06009DC1 RID: 40385 RVA: 0x00207E24 File Offset: 0x00206024 // Note: this type is marked as 'beforefieldinit'. [Token(Token = "0x6009DC1")] [Address(RVA = "0x4E68A0", Offset = "0x4E58A0", VA = "0x1804E68A0")] static EmptyEnumerable() { EmptyEnumerable emptyEnumerable = new EmptyEnumerable(); } // Token: 0x04006A49 RID: 27209 [Token(Token = "0x4006A49")] public static readonly IEnumerable Instance; } }