Modifiers are language keywords that are used to modify the visibility of a program element (function, global, class, property etc), or the way they operate within a type hierarchy.
There are several groups of modifiers that will be discussed in these subtopics.
PUBLIC, EXPORT, PROTECT, PROTECTED, PRIVATE, HIDDEN, INTERNAL |
|
VIRTUAL, OVERRIDE, ABSTRACT, SEALED |
|
STATIC |
|
ASYNC, AWAIT |
|
PARTIAL, EXTERN, UNSAFE |