01.
14.7.3 Remainder operatorFor an operation of the form x % y, binary operator overload resolution (?4.2.4) is applied to select aspecific operator implementation. The operands are converted to the parameter types of the select...查看完整版>>
14.7.3 Remainder operator
02.
14.7.4 Addition operatorFor an operation of the form x + y, binary operator overload resolution (?4.2.4) is applied to select aspecific operator implementation. The operands are converted to the parameter types of the se...查看完整版>>
14.7.4 Addition operator
03.
14.12 Conditional operatorThe ?: operator is called the conditional operator. It is at times also called the ternary operator.conditional-expression:conditional-or-expressionconditional-or-expression ? expression : expressionA...查看完整版>>
14.12 Conditional operator
04.
14.7.5 Subtraction operatorFor an operation of the form x - y, binary operator overload resolution (?4.2.4) is applied to select aspecific operator implementation. The operands are converted to the parameter types of the select...查看完整版>>
14.7.5 Subtraction operator
05.
14.7.4 Addition operatorFor an operation of the form x + y, binary operator overload resolution (?4.2.4) is applied to select aspecific operator implementation. The operands are converted to the parameter types of the select...查看完整版>>
14.7.4 Addition operator
06.
14.7.2 Division operatorFor an operation of the form x / y, binary operator overload resolution (?4.2.4) is applied to select aspecific operator implementation. The operands are converted to the parameter types of the select...查看完整版>>
14.7.2 Division operator
07.
14.7.1 Multiplication operatorFor an operation of the form x * y, binary operator overload resolution (?4.2.4) is applied to select aspecific operator implementation. The operands are converted to the parameter types of the select...查看完整版>>
14.7.1 Multiplication operator
08.
14.6.2 Unary minus operatorFor an operation of the form ?x, unary operator overload resolution (?4.2.3) is applied to select a specificoperator implementation. The operand is converted to the parameter type of the selected oper...查看完整版>>
14.6.2 Unary minus operator
09.
14.5.11 The typeof operatorThe typeof operator is used to obtain the System.Type object for a type.typeof-expression:typeof ( type )typeof ( void )The first form of typeof-expression consists of a typeof keyword followed by a p...查看完整版>>
14.5.11 The typeof operator
10.
14.2.3 Unary operator overload resolutionAn operation of the form op x or x op, where op is an overloadable unary operator, and x is an expression oftype X, is processed as follows:?The set of candidate user-defined operators provided by X f...查看完整版>>
14.2.3 Unary operator overload resolution
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。