What is Keywords in C# .Net?
Keywords are predefined and reserved identifiers for .net compiler, which cannot be used while writing any program in C#.
Apart from
Access Modifier
here are some Modifier keywords
Modifier keywords
Keyword |
Description |
readonly |
|
sealed |
|
static |
|
virtual |
|
volatile |
|
unsafe |
|
event |
|
override |
|
extern |
|
new |
|
partial |
|
async |
|
const |
|
abstract |
|
interface |
|
Namespace Keywords
Keyword |
Description |
using |
|
operator |
|
extern alias |
|