CSharpKeyword Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class CSharpKeyword
public enum CSharpKeyword
type CSharpKeyword =
Public Enum CSharpKeyword
- Inheritance
-
CSharpKeyword
Fields
Name | Value | Description |
---|---|---|
Await | 0 | |
Abstract | 1 | |
Byte | 2 | |
Class | 3 | |
Delegate | 4 | |
Event | 5 | |
Fixed | 6 | |
If | 7 | |
Internal | 8 | |
New | 9 | |
Override | 10 | |
Readonly | 11 | |
Short | 12 | |
Struct | 13 | |
Try | 14 | |
Unsafe | 15 | |
Volatile | 16 | |
As | 17 | |
Do | 18 | |
Is | 19 | |
Params | 20 | |
Ref | 21 | |
Switch | 22 | |
Ushort | 23 | |
While | 24 | |
Case | 25 | |
Const | 26 | |
Explicit | 27 | |
Float | 28 | |
Null | 29 | |
Sizeof | 30 | |
Typeof | 31 | |
Implicit | 32 | |
Private | 33 | |
This | 34 | |
Using | 35 | |
Extern | 36 | |
Return | 37 | |
Stackalloc | 38 | |
Uint | 39 | |
Base | 40 | |
Catch | 41 | |
Continue | 42 | |
Double | 43 | |
For | 44 | |
In | 45 | |
Lock | 46 | |
Object | 47 | |
Protected | 48 | |
Static | 49 | |
False | 50 | |
Public | 51 | |
Sbyte | 52 | |
Throw | 53 | |
Virtual | 54 | |
Decimal | 55 | |
Else | 56 | |
Operator | 57 | |
String | 58 | |
Ulong | 59 | |
Bool | 60 | |
Char | 61 | |
Default | 62 | |
Foreach | 63 | |
Long | 64 | |
Void | 65 | |
Enum | 66 | |
Finally | 67 | |
Int | 68 | |
Out | 69 | |
Sealed | 70 | |
True | 71 | |
Goto | 72 | |
Unchecked | 73 | |
Interface | 74 | |
Break | 75 | |
Checked | 76 | |
Namespace | 77 | |
When | 78 |