Table of Contents

Enum Modifiers

Namespace
ICSharpCode.Decompiler.CSharp.Syntax
Assembly
ICSharpCode.Decompiler.dll
[Flags]
public enum Modifiers

Fields

Abstract = 16
Any = -2147483648

Special value used to match any modifiers during pattern matching.

Async = 65536
Const = 1024
Extern = 8192
Internal = 2
New = 2048
None = 0
Override = 256
Partial = 4096
Private = 1
Protected = 4
Public = 8
Readonly = 512
Ref = 131072
Required = 262144
Sealed = 64
Static = 128
Unsafe = 32768
Virtual = 32
VisibilityMask = Private | Internal | Protected | Public
Volatile = 16384