This enumeration contains all possible class modifiers.
Namespace: NReflect.ModifierAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | None of the other modifiers is set. | |
| Abstract | 1 | Indicates that a class is intended only to be a base class of other classes. | |
| Sealed | 2 | Specifies that a class cannot be inherited. | |
| Static | 3 | Indicates that a class contains only static members. |
See Also