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.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
public enum CSharpKeyword
type CSharpKeyword =
Public Enum CSharpKeyword
- Inheritance
-
CSharpKeyword
Fields
Name | Value | Description |
---|---|---|
Abstract | 0 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Byte | 1 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Class | 2 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Delegate | 3 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Event | 4 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Fixed | 5 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
If | 6 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Internal | 7 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
New | 8 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Override | 9 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Readonly | 10 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Short | 11 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Struct | 12 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Try | 13 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Unsafe | 14 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Volatile | 15 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
As | 16 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Do | 17 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Is | 18 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Params | 19 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Ref | 20 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Switch | 21 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Ushort | 22 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
While | 23 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Case | 24 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Const | 25 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Explicit | 26 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Float | 27 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Null | 28 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Sizeof | 29 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Typeof | 30 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Implicit | 31 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Private | 32 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
This | 33 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Using | 34 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Extern | 35 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Return | 36 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Stackalloc | 37 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Uint | 38 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Base | 39 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Catch | 40 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Continue | 41 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Double | 42 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
For | 43 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
In | 44 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Lock | 45 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Object | 46 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Protected | 47 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Static | 48 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
False | 49 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Public | 50 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Sbyte | 51 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Throw | 52 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Virtual | 53 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Decimal | 54 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Else | 55 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Operator | 56 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
String | 57 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Ulong | 58 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Bool | 59 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Char | 60 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Default | 61 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Foreach | 62 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Long | 63 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Void | 64 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Enum | 65 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Finally | 66 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Int | 67 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Out | 68 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Sealed | 69 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
True | 70 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Goto | 71 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Unchecked | 72 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Interface | 73 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Break | 74 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Checked | 75 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Namespace | 76 | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |