The parameter array must be passed by value.
参数数组必须通过值传递。
Creates an array of strings that is passed by value.
创建通过值传递的字符串数组。
Creates an array of structures that contain strings and the array is passed by value.
创建包含字符串的结构数组,并且该数组是通过值传递的。
Method arguments passed by value are marshaled to unmanaged code as values on the stack;
通过值传递的方法参数被作为堆栈上的值封送到非托管代码;
Therefore, what is being passed is a copy of the reference, but that reference is being passed by value.
因此,被传递的是引用的拷贝,但是这个引用通过值来传递。
When a string is passed by value, the callee must never alter the reference passed by the marshaler.
当字符串通过值传递时,被调用方绝不能改变封送拆收器所传递的引用。
If your struct is immutable then all automatic copies resulting from being passed by value will be the same.
如果你的结构是不变的,然后从价值传递产生的所有自动副本将是相同的。
At first it may not be obvious that you can modify an object referred to by a variable that is passed by value.
起初,借由传值传递的变数来修改参考的物件可能并不明显。
This is also make sense since the object was passed by value and its data will not be needed outside the function scope.
这似乎也很合理,因为我们是按值进行的传递,在超出函数的作用范围后,我们不需要该变量。
We can mix variables passed by value and by reference easily within the use clause, and they will be handled without any problem.
我们可以将按值和按引用传递的变量轻松地混合到 use子句中,并且可以顺利地处理这些变量。
It is important to understand that the self that is passed in to MoveToXY is a parameter like any other, and parameters are passed by value, not by reference.
很重要的一点是理解传递给MoveToXY的self和其它的参数一样,并且是值传递,而不是引用传递。
By default, they are passed by value, meaning that if we would update the value passed within the closure function definition, it would not update the outside value.
默认情况下,它们是由值传递的,意味着如果要更新传递到闭包函数定义内的值,则不更新外部值。
The method then sets the parameter named "location" (marked by :location in the namedQuery) on the query, using the user-supplied value passed into this method.
然后方法设置名为“location”的参数(由 namedQuery中的 :location 标示),它使用传递给方法的用户提供的值。
This script again works through the input data from stdin (passed by the streaming utility) and splits the line into a word and value.
此脚本可通过来自stdin(通过流实用工具传递)的输入数据再次工作且将该行分割成一个单词或值。
The function passed in to onClickListener retrieves the units of measurement and the value entered by the user.
传入onClickListener的函数收到用户输入的度量单位和值。
For example, the value computed by the append text node is then passed to the print to log node as input because we connected the append text terminal to it.
例如,由追加文本节点计算的值被作为输入传递给输出到日志节点,因为我们将追加文本终端连接到了该节点。
The return value will be passed back in another SOAP message and extracted by the client.
返回值将在另一条SOAP消息里被传送回来,再由客户提取出来。
When invoking SCA components through imports and exports, parameters are passed by-value.
当通过导入和导出调用SCA组件时,参数通过值进行传递。
The parameter can be passed by reference or by value, and can have any name you choose.
参数能通过参考量或是值传递,并能使用你选择的名字。
File input.txt is being passed to the CLPPlus session, which contains the input value required by demo.sql script.
txt文件被传递给CLPPlus会话,该会话包含demo . sql脚本所需的输入值。
For reference types, if you pass a parameter by value, it results in a copy of the reference to an object being passed.
重要事项对于引用类型,按值传递参数会得到对所传递对象的引用的副本。
You're passing the container by value, which means you'll be making a copy as it gets passed.
你是按值传递的容器,这意味着你将复制为它获得通过。
Gets or sets the key value passed by this static resource reference.
获取或设置此静态资源引用传递的键值。
This means that the encapsulated method must have five parameters, each of which is passed to it by value, and that it must return a value.
这表示封装的方法必须有五个参数,每一个都以值传递至这个方法,且方法必须传回值。
This means that the encapsulated method must have seven parameters, each of which is passed to it by value, and that it must return a value.
这表示封装的方法必须有七个参数,每一个都以值传递至这个方法,且方法必须传回值。
This means that the encapsulated method must have eight parameters, each of which is passed to it by value, and that it must return a value.
这表示封装的方法必须有八个参数,每一个都以值传递至这个方法,且方法必须传回值。
This means that the encapsulated method must have 12 parameters, each of which is passed to it by value, and that it must return a value.
也就是说,封装的方法必须具有12个均通过值传递给它的参数,并且必须返回值。
This means that the encapsulated method must have 10 parameters, each of which is passed to it by value, and that it must return a value.
也就是说,封装的方法必须具有10个均通过值传递给它的参数,并且必须返回值。
This means that the encapsulated method must have 10 parameters, each of which is passed to it by value, and that it must return a value.
也就是说,封装的方法必须具有10个均通过值传递给它的参数,并且必须返回值。
应用推荐