All unary and binary operators have predefined implementations that are automatically available in
For an operation of the form x + y, binary operator overload resolution (?4. 2.4) is applied to se
For an operation of the form x - y, binary operator overload resolution (?4. 2.4) is applied to sele
For an operation of the form x / y, binary operator overload resolution (?4. 2.4) is applied to sele
For an operation of the form x * y, binary operator overload resolution (?4. 2.4) is applied to sele
For an operation of the form ?x, unary operator overload resolution (?4.2.3) is applied to select a
The typeof operator is used to obtain the System.Type object for a type. typeof-expression: typeof (
An operation of the form x op y, where op is an overloadable binary operator, x is an expression of
The ?: operator is called the conditional operator. It is at times also called the ternary operator
For an operation of the form x + y, binary operator overload resolution (?4. 2.4) is applied to sele