InheritanceLevel Enumeration
.NET Framework (current version)
Defines identifiers for types of inheritance levels.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| Inherited | The object is inherited. | |
| InheritedReadOnly | The object is inherited, but has read-only access. | |
| NotInherited | The object is not inherited. |
InheritanceLevel defines identifiers for numeric IDs that are used with the InheritanceAttribute attribute to indicate various levels of inheritance.
.NET Framework
Available since 1.1
Available since 1.1
Show: