在 英语 中使用 As a parameter 的示例及其翻译为 中文
{-}
-
Political
-
Ecclesiastic
-
Programming
This means that the addUser() method returns one java/lang/String object as a parameter.
Actually, it's hard to find a task where the copying of vector is REALLY needed when passing it as a parameter.
To accomplish this, an overload of Sort exists that takes an IComparer as a parameter; IComparer.
There is a new Create() method, which takes an Action delegate(which accepts an instance of the database) as a parameter.
NET MVC, Web API can receive only one complex type as a parameter.
So when we compute the output for a Placeholder we have to look up the value in the feed_dict provided as a parameter.
You don't have abstract fields, but you can pass a value as a parameter.
Therefore, in the preceding code, the yield 5 statement passes the value 5 as a parameter to the test block.
In this example, as your task is a Runnable object that is not parameterized, you have to parameterize them with the? symbol as a parameter.
The method name will be can_hold, and it will take an immutable borrow of another Rectangle as a parameter.
Therefore, in the above code, the yield 5 statement passes the value 5 as a parameter to the test block.
When you use the synchronized keyword to protect a block of code, you must pass an object reference as a parameter.
It takes as a parameter in edx, the variable which was used below to generate the key.
Paraguay would use them as a parameter to improve the national situation and to progress in the area of human rights.
One solution would be passing this transaction id as a parameter to all the business methods.
For instance, Listing 13-8 shows the definition of a short closure that just returns the value it receives as a parameter.
Stewart also explains here why cosmologists are wrong when they use curvature as a parameter that determines whether our universe is finite or not.
Note that void is only valid as a return type, not as a parameter type.
The squared() and cubed() functions are fairly obvious- they return the square or cube of the number given as a parameter.