Click or drag to resize

Modifiers Enumeration

These modifiers are usable on various code objects to specify access and special behaviors.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
[FlagsAttribute]
public enum Modifiers
Members
  Member nameValueDescription
None0
Public1
Private2
Protected4
Internal8
Static16
New32
Abstract64
Sealed128
Virtual256
Override512
Extern1024
Unsafe2048
Partial4096
Async8192
Implicit16384
Explicit32768
Const65536
Ref131072
ReadOnly262144
Volatile524288
Event1048576
Remarks
The order of appearance in this enum determines the display order of the modifiers.
See Also