CSharpOperator Enum
Definition
The operators in C#.
Fields
Name | Description |
---|---|
The addition operator | |
The bitwise AND operator | |
The bitwise OR operator | |
The checked version of the addition operator | |
The checked version of the decrement operator | |
The checked version of the division operator | |
The checked version of the increment operator | |
The checked version of the multiply operator | |
The checked version of the subtraction operator | |
The checked version of the unary negation operator | |
The decrement operator | |
The division operator | |
The equality operator | |
The XOR operator | |
The explicit conversion operator. | |
The | |
The greater than operator | |
The greater than or equal operator | |
The implicit conversion operator. | |
The increment operator | |
The inequality operator | |
The left shift operator | |
The less than operator | |
The less than or equal operator | |
The NOT operator | |
The modulus operator | |
The multiply operator | |
The NOT operator | |
The right shift operator | |
The subtraction operator | |
The | |
The unary negation operator | |
The unary plus operator | |
The unsigned right shift operator |