oh dear
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.ComponentModel
|
||||
{
|
||||
/// <summary>Defines identifiers for types of inheritance levels.</summary>
|
||||
// Token: 0x020001B0 RID: 432
|
||||
[Token(Token = "0x20001B0")]
|
||||
public enum InheritanceLevel
|
||||
{
|
||||
/// <summary>The object is inherited.</summary>
|
||||
// Token: 0x04000634 RID: 1588
|
||||
[Token(Token = "0x4000634")]
|
||||
Inherited = 1,
|
||||
/// <summary>The object is inherited, but has read-only access.</summary>
|
||||
// Token: 0x04000635 RID: 1589
|
||||
[Token(Token = "0x4000635")]
|
||||
InheritedReadOnly,
|
||||
/// <summary>The object is not inherited.</summary>
|
||||
// Token: 0x04000636 RID: 1590
|
||||
[Token(Token = "0x4000636")]
|
||||
NotInherited
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user