mscorlib(4.0.0.0) API with additions
InheritanceLevel.cs
1
namespace
System.ComponentModel
2
{
4
public
enum
InheritanceLevel
5
{
7
Inherited
= 1,
9
InheritedReadOnly
,
11
NotInherited
12
}
13
}
System.ComponentModel.InheritanceLevel
InheritanceLevel
Defines identifiers for types of inheritance levels.
Definition:
InheritanceLevel.cs:4
System.ComponentModel.InheritanceLevel.Inherited
The object is inherited.
System.ComponentModel.InheritanceLevel.InheritedReadOnly
The object is inherited, but has read-only access.
System.ComponentModel.InheritanceLevel.NotInherited
The object is not inherited.
System.ComponentModel
Definition:
AddingNewEventArgs.cs:3
All cs
System.ComponentModel
InheritanceLevel.cs
Generated by
1.8.15