按引用传递 meaning in Chinese
byref
Examples
- Keyword causes arguments to be passed by reference
关键字使参数按引用传递。 - By reference sample pass a type by reference
>按引用示例(按引用传递类型) - Calling methods that take arguments by reference
调用按引用传递参数的方法 - Modify function because it is passed by reference
函数改变了,因为它是按引用传递的。 - Therefore , you are passing objects by reference
因此是按引用传递对象。