It allows us to treat method as a variable and pass method as a variable for a callback.
它允许我们将方法作为一个变量并传递方法作为回调函数的一个变量。
Delegate is a reference pointer to a method. It allows us to treat method as a variable and pass method as a variable for a callback.
委托是一个方法的引用指针。它允许我们将方法作为一个变量并传递方法作为回调函数的一个变量。
By enabling pass by reference, the parameters of the method are not copied to the stack with every remote call, which can be expensive.
通过引用传递,方法的参数没有被复制到每个远程调用的堆栈中,而这个复制过程可能是代价高的。
You pass this method the KFM credential handle so that you can properly encrypt a message.
将KF M凭证的句柄传递给这个方法,就可以正确地对消息进行加密。
You pass this method the KFM credential handle so that you can properly decrypt a message.
将KF M凭证的句柄传递给这个方法,就可以正确地将消息解密出来。
The only way to pass scope keys across multiple components is through method calls.
跨多个组件传递范围键的惟一方法是通过方法调用。
If you change the method to pass input values via the method arguments, the method can be used generically.
如果您更改了方法,以通过方法参数传递输入值,那么该方法就可以得到通用的应用了。
If somebody wanted to keep a bit of information private, he encrypted the data with a password, a pass phrase, or another basic method.
如果某人想保持少量私有信息,那么他必须使用密码、密码短语或其他基本方法对数据进行加密。
Basically, whenever the last argument of a method is an array of objects, or a parameter declaration with a triple dot, you can pass multiple parameters to this method.
基本上,只要当一个方法的最后一个参数是一个对象数组,或者是一个有三个点的参数,你就可以向这个方法传入多重参数。
Now the only additional pieces of information I need are the method name and the parameters to pass into the method call.
现在,我需要的唯一其他的几条信息就是要传送到方法调用中的方法名称和几个参数。
To pass this to a recursive method, the anonymous class should extend a wrapper type known to the method.
为了在递归方法中传递,匿名类应该扩展方法已知的包装器类型。
Mann's previous research has shown that dolphin mothers pass the sponging method to their daughters and some of their sons, rare evidence of a cultural tradition in an animal other than humans.
曼早先的研究表明海豚妈妈通常会把这种方法传给女儿以及个别儿子。 这是除了人类以为,动物界中唯一存在的一种文化传承。
Develop a method to pass that knowledge on to less successful performers within the given discipline, in a way they can use even if they are geographically dispersed.
开发一种方法,在给定的训练中将知识传达给普通受训者,即便是在受训者因为地理因素被分割的情况下也是如此。
The second method lets you pass in both the base name and a specific locale.
第二种方法要求基本名称和特定地区。
It has two forms, depending on whether or not you need to pass arguments to the method you are calling.
根据是否给调用函数传递参数的不同,它具有两种形式。
You can't access it through a pointer declared as an Order, nor can you pass it to another method expecting an Order as an argument.
您不能通过声明为Order的指针来访问它,您也不能将它传递到另外一个希望以Order作为参数的方法。
Let's start with the Connection object we pass into the method.
让我们以被传递到方法之中的Connection对象为出发点。
These links point to the edit.php and delete.php scripts respectively, and USES the GET method to pass the event identifier (extracted from the event entry) to these scripts.
分别指向edit . php和delete . php脚本,使用GET方法向这些脚本传递事件标识符(从事件条目中提取)。
I then pass that collection to Word's initialize method.
然后将这个集合传递给Word的initialize方法。
Due to the functional nature of the API, it is necessary to pass a function (method) to many of these operations so that it can be performed on each item in the ParallelArray.
由于API的函数特性,传递一个函数(方法)给这些操作很有必要,这样就可以在ParallelArray中的每个项目上执行它。
When you call create , Castor USES your mapping file (sql-mapping.xml) to figure out how to store the object you pass to that method as SQL data.
调用create的时候,Castor将使用映射文件(sql -mapping . xml)来确定如何将传递给该方法的对象存储为sql数据。
The HTML method of Sanitize can pass two parameters: the string being Sanitized and an array of options.
Sanitize的html方法可以传递两个参数:由Sanitize处理的字符串和一组选项。
When the client requests Suggestions from the server, it will call the Map's get method and pass the current content of the input field as a parameter.
当客户端需要来自服务器的推荐时,它会调用Map的get方法,并将当前输入栏内容能够作为参数传递。
We can just use the Server class main method and pass the arguments as an array of Strings.
我们可以使用server类主方法并传递一个字符串数组作为其参数。
arguments is the actual argument list to pass to the called method.
arguments是实际要传递给被调方法的参数列表。
Hen you need to collect results over several methods, you should add a parameter to the method and pass an object that will collect the results for you.
如果需要收集多个方法的结果,应该在方法中添加一个参数传递收集结果的对象。
Script engines are free to take liberties with the names you pass to the put method.
脚本引擎可以随意对待传递给put方法的名称。
Note that we pass this method two parameters: the value we want to replace (Scriptign) and the replacement text (Scripting). After we run this command $a will be equal to this
注意我们传递给这个方法两个参数:我们想要替换的值(Scriptign)及用来替换的文本(Scripting)。
Note that we pass this method two parameters: the value we want to replace (Scriptign) and the replacement text (Scripting). After we run this command $a will be equal to this
注意我们传递给这个方法两个参数:我们想要替换的值(Scriptign)及用来替换的文本(Scripting)。
应用推荐