a
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Collections
|
||||
{
|
||||
// Token: 0x02001957 RID: 6487
|
||||
[Token(Token = "0x2001957")]
|
||||
public sealed class EmptyEnumerable : IEnumerable
|
||||
{
|
||||
// Token: 0x060099F1 RID: 39409 RVA: 0x001FED78 File Offset: 0x001FCF78
|
||||
[Token(Token = "0x60099F1")]
|
||||
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
|
||||
private EmptyEnumerable()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x060099F2 RID: 39410 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x60099F2")]
|
||||
[Address(RVA = "0x18DCD30", Offset = "0x18DBB30", VA = "0x1818DCD30", Slot = "4")]
|
||||
public IEnumerator GetEnumerator()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x060099F3 RID: 39411 RVA: 0x001FED8C File Offset: 0x001FCF8C
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
[Token(Token = "0x60099F3")]
|
||||
[Address(RVA = "0x18DCD90", Offset = "0x18DBB90", VA = "0x1818DCD90")]
|
||||
static EmptyEnumerable()
|
||||
{
|
||||
EmptyEnumerable emptyEnumerable = new EmptyEnumerable();
|
||||
}
|
||||
|
||||
// Token: 0x04006890 RID: 26768
|
||||
[Token(Token = "0x4006890")]
|
||||
public static readonly IEnumerable Instance;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user