您要查找的是不是:
- Keyword causes arguments to be passed by reference. 关键字使参数按引用传递。
- Value types are passed by value, not by reference. 值类型是通过值传递的,而不是通过引用传递的。
- What are pass by reference and passby value? 问:什么是按参数传递和按值传递?
- Reference types are also passed by value and by reference. 引用类型也通过值和通过引用传递。
- Reference types can be passed by value or by reference. 引用类型可以通过值或通过引用传递。
- The out keyword causes arguments to be passed by reference. out关键字会导致参数通过引用来传递。
- Count of large object (lob) values that were passed by reference. 由引用传递的大型对象(LOB)值的计数。
- Unlike value types, classes are always passed by reference. 与值类型不同,类始终要通过引用来传递。
- Whether to warn when arguments are passed by reference at function call time. 在函数调用时参数被按照引用传递时是否发出警告。
- Returns the name of the key associated with the value passed by reference. 返回与通过引用传递的值关联的键的名称。
- Note that the parameters for call_user_func() are not passed by reference. 的参数不是以引用的方式传递的。(???????
- In fact, the array is indistinguishable from any other parameter passed by reference. 实际上,该数组不能与通过引用传递的任何其他参数相区分。
- It is an error to declare to overloaded methods that differ only in whether a parameter is passed by reference or not. 声明仅在参数是否通过引用传递这一点有区别的重载方法是错误的。
- Structure passed by reference, that identifies axis of rotation of the quaternion. 结构,标识该四元数的旋转轴。
- Structure, passed by reference, that defines the storage medium in which the data is being passed. 结构,该结构定义其中正在传递数据的存储介质。
- In this example, the parameters need to be passed by reference to affect the variables in the calling program. 本示例中,需要通过引用传递参数以影响调用程序中的变量。
- Managed pointers are generated for method arguments that are passed by reference. 托管指针是为通过引用传递的方法参数而产生的。
- Passed by reference, that defines the storage medium containing the data being transferred. 它定义包含正在传输的数据的存储介质。
- If the Point value type is passed by reference, a pointer to a Point is passed on the stack. 如果Point值类型通过引用传递,则指向Point的指针在堆栈上传递。
- The first two parameters are passed by value and the last parameter is passed by reference. 前两个参数是按值传递的,最后一个参数是按引用传递的。