01.
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
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.2.2 Operator overloadingAll unary and binary operators have predefined implementations that are automatically available in anyexpression. In addition to the predefined implementations, user-defined implementations can be int...查看完整版>>
14.2.2 Operator overloading
04.
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
05.
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
06.
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
07.
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
08.
14.2.4 Binary operator overload resolutionAn operation of the form x op y, where op is an overloadable binary operator, x is an expression of type X,and y is an expression of type Y, is processed as follows:?The set of candidate user-defined ...查看完整版>>
14.2.4 Binary operator overload resolution
09.
14.2.1 Operator precedence and associativityWhen an expression contains multiple operators, the precedence of the operators controls the order in whichthe individual operators are evaluated. [Note: For example, the expression x + y * z is evalu...查看完整版>>
14.2.1 Operator precedence and associativity
10.
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
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。