An enumeration of possible overloadable operators (operators that can be redefined).
Member Name | Description |
---|---|
Empty | |
Implicit | |
Explicit | |
UnaryPlus | |
UnaryNegation | |
Not | |
OnesComplement | |
Increment | |
Decrement | |
True | |
False | |
Addition | |
Subtraction | |
Multiply | |
Division | |
Modulus | |
BitwiseAnd | |
BitwiseOr | |
ExclusiveOr | |
LeftShift | |
RightShift | |
Equality | |
Inequality | |
GreaterThan | |
LessThan | |
GreaterThanOrEqual | |
LessThanOrEqual |
Namespace: DDW.CSharp.Dom
Assembly: CSharp (in CSharp.dll)