A bit field enumeration of the modifier attributes that can be applied to types.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| Empty | 0 | |
| Class | 1 | |
| Interface | 2 | |
| Abstract | 4 | |
| Sealed | 8 | |
| Public | 16 | |
| NotPublic | 32 | |
| NestedPublic | 64 | |
| NestedPrivate | 128 |
Namespace: DDW.CSharp.Dom
Assembly: CSharp (in CSharp.dll)