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.
通过引用传递,方法的参数没有被复制到每个远程调用的堆栈中,而这个复制过程可能是代价高的。
When a thread started executing, it would need to generate a unique token to identify it in the tracer and then pass that unique token to each method in the trace.
当一个线程开始执行时,它需要生成一个惟一的令牌来在跟踪器中识别它,然后将这个惟一的令牌传递给跟踪中的每个方法。
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凭证的句柄传递给这个方法,就可以正确地将消息解密出来。
You can use the object as an argument to a method - or the result of a method - without building arrays to pass data between the UI and services.
您可以将这个对象作为一个方法—或一个方法的结果—的参数,而无须构建数组在UI和服务之间传递数据。
The only way to pass scope keys across multiple components is through method calls.
跨多个组件传递范围键的惟一方法是通过方法调用。
The ORB would then intercept the message and be responsible for finding an object that could implement the request, pass it the parameters, invoke its method, and return the results.
ORB截获这条消息,并负责搜索一个能执行该请求的对象,将参数传递给它,调用它的方法,然后返回结果。
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.
现在,我需要的唯一其他的几条信息就是要传送到方法调用中的方法名称和几个参数。
In order to use this method you have to pass a callback object and once the invocation is completed, the callback object will be called.
为了使用此方法,您必须传递一个回调对象,将在调用完成后立即调用回调对象。
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.
开发一种方法,在给定的训练中将知识传达给普通受训者,即便是在受训者因为地理因素被分割的情况下也是如此。
It has two forms, depending on whether or not you need to pass arguments to the method you are calling.
根据是否给调用函数传递参数的不同,它具有两种形式。
If the request is for one of the nodes we know about, we pass that node to the printDOMTree method.
如果所请求的是我们知道的一个节点,则可以将这个节点传递给方法printdomtree。
After you have a reference, simply call either of the log methods and pass the necessary data into the method.
在获得了对象引用之后,简单地调用log方法并向方法中传递必需的数据即可。
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作为参数的方法。
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方法向这些脚本传递事件标识符(从事件条目中提取)。
Because you need to run the GoogleTest test case, the test suite you pass as parameter to run method takes GoogleTest.class as an argument.
因为需要运行GoogleTest测试用例,所以,作为参数传递给run方法的测试套件采用GoogleTest . class作为参数。
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类主方法并传递一个字符串数组作为其参数。
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.
如果需要收集多个方法的结果,应该在方法中添加一个参数传递收集结果的对象。
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.
如果需要收集多个方法的结果,应该在方法中添加一个参数传递收集结果的对象。
应用推荐