A bit field enumeration of the modifier attributes that can be applied to type members (eg. public, static, override etc).
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Member Name | Description | Value |
---|---|---|
Empty | 0 | |
New | 1 | |
Public | 2 | |
Protected | 4 | |
Internal | 8 | |
Private | 16 | |
Static | 32 | |
Virtual | 64 | |
Sealed | 128 | |
Override | 256 | |
Abstract | 512 | |
Extern | 1024 | |
Readonly | 2048 | |
Volatile | 4096 |
Namespace: DDW.CSharp.Dom
Assembly: CSharp (in CSharp.dll)