您要查找的是不是:
- Prefer passing objects by const& instead of passing by value. 尽量按常量的引用传递对象而不是按值传递。
- parameter passing by value 按值参数传递
- Gets parameter passed by constructor. 获得由构造器传入的参数。
- Value types are passed by value, not by reference. 值类型是通过值传递的,而不是通过引用传递的。
- Likewise, the parameter containing the size of the array must be passed by value (the SizeParamIndex field cannot refer to a ref or out parameter). 同样,包含数组大小的参数必须通过值传递(SizeParamIndex字段不能引用ref或out参数)。
- Described the one and only parameter-passing mechanism in Java applications, pass by value. 说明Java应用程序有且仅有的一种参数传递机制,即按值传递。
- Additionally, work was done to CORBA, adding a pass by value capability, to support the RMI interface. 后来,CORBA增加了传值(pass by value)功能,以实现RMI接口。
- Reference types are also passed by value and by reference. 引用类型也通过值和通过引用传递。
- Reference types can be passed by value or by reference. 引用类型可以通过值或通过引用传递。
- In fact, the array is indistinguishable from any other parameter passed by reference. 实际上,该数组不能与通过引用传递的任何其他参数相区分。
- However, when passed by value, the reference itself cannot be changed. 然而,当通过值传递时,引用本身不会更改。
- When they are passed by value, a pointer to the type is passed on the stack. 当它们通过值传递时,指向该类型的指针在堆栈上传递。
- The first two parameters are passed by value and the last parameter is passed by reference. 前两个参数是按值传递的,最后一个参数是按引用传递的。
- There is no way to change the value of a variant passed by value, even if the variant has the VT_BYREF flag set. 即使变量设置了VT_BYREF标志,也无法更改通过值传递的变量的值。
- There is no way to change the value of a variant passed by value, even if the variant has the. 标志,也无法更改通过值传递的变量的值。
- The Point value type is passed by value because the unmanaged API expects the POINT to be passed on the stack. 而因为非托管API要求在堆栈上传递POINT,因此Point值类型通过值传递。
- A carriage and four was passing by. 一辆由四匹马拖的马车通过。
- At first it may not be obvious that you can modify an object referred to by a variable that is passed by value. 最初,可以修改由按值传递的变量所引用的对象可能并不明显。
- When a reference type is passed as an argument to a method, the reference is passed by value. 当引用类型作为参数传递给方法时,引用是按值传递的。
- Is an exception to the rule that reference types passed by value are passed as In parameters by default. 对于在默认情况下将通过值传递的引用类型作为In参数传递的规则