mscorlib(4.0.0.0) API with additions
InheritanceLevel.cs
1 namespace System.ComponentModel
2 {
4  public enum InheritanceLevel
5  {
7  Inherited = 1,
12  }
13 }
InheritanceLevel
Defines identifiers for types of inheritance levels.
The object is inherited, but has read-only access.