Modifiers Enumeration |
Namespace: Nova.CodeDOM
[FlagsAttribute] public enum Modifiers
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
Public | 1 | ||
Private | 2 | ||
Protected | 4 | ||
Internal | 8 | ||
Static | 16 | ||
New | 32 | ||
Abstract | 64 | ||
Sealed | 128 | ||
Virtual | 256 | ||
Override | 512 | ||
Extern | 1024 | ||
Unsafe | 2048 | ||
Partial | 4096 | ||
Async | 8192 | ||
Implicit | 16384 | ||
Explicit | 32768 | ||
Const | 65536 | ||
Ref | 131072 | ||
ReadOnly | 262144 | ||
Volatile | 524288 | ||
Event | 1048576 |
Copyright (C) 2011-2019, Inevitable Software, all rights reserved.