scripts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace System.Reflection
|
||||
{
|
||||
// Token: 0x02000251 RID: 593
|
||||
internal enum ResolveTokenError
|
||||
{
|
||||
// Token: 0x04000AA5 RID: 2725
|
||||
OutOfRange,
|
||||
// Token: 0x04000AA6 RID: 2726
|
||||
BadTable,
|
||||
// Token: 0x04000AA7 RID: 2727
|
||||
Other
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user