Change Reference to Value的意思|示意
更改对值的引用
Change Reference to Value的网络常见释义
将引用对象改为值对象 重构手法21:Change Reference to Value (将引用对象改为值对象) 你有一个引用对象,很小且不可变,而且不易管理。将它变成一个值对.
将引用对象改为实值对象 ... Change Value to Reference(将实值对象改为引用对象) Change Reference to Value(将引用对象改为实值对象) Replace Array with Object(以对象取代数组) ...
Change Reference to Value相关短语
1、 Change Value to Reference 将值对象改为引用对象 ; 重新组织数据 ; 将实值对象改为引用对象
2、 Change e Reference to Value 将引用对象改为值对象
3、 Change e Value to Reference 将值对象改为引用对象
Change Reference to Value相关例句
However, you must be aware that these alternatives change the semantics of the interaction from pass-by-value to pass-by-reference.
然而,您必须注意到这些可供选择的方案会将交互方法从按值传递(pass - by - value)改变为按引用传递(pass - by - reference)。
I'd like to change the null value from my objects to a reference, if I can.
我想从我的空值改为参考对象,如果我可以。
With pass by value, any change to the parameter is not reflected in the calling routine. Those who have used pass by reference will probably find this confusing.
参数按值传递的话,任何对该参数的修改都不会反射到调用这个方法的程序,使用按引用传递参数的人可能对这一点搞到困惑。
When you pass a reference-type parameter by value, it is possible to change the data pointed to by the reference, such as the value of a class member.
以传值方式传递参考型别参数时,它有可能会变更到参考指到的资料,例如类别成员的值。
Note: The above value is for reference only, It is subject to change in accordance with actual fender system design.
注:上述尺寸为参考尺寸,应根据具体的护舷系统的设计核实调整。
If you want to change an immutable object, you don't - you create a new object with the changed value and point your reference to it.
如果您想要改变一个不可变对象的话,您不会改变它,而是使用修改后的值来创建一个新的对象,并把您的引用指向它。