点击参数列表旁边的添加按钮会弹出一个创建参数对话框,在这个对话框里你可以输入参数名称、类型以及维数。
Clicking the Add button next to the parameter list brings up a Create parameter dialog, where you can type in the name, type, and dimension of the parameter.
签名包含了类型名字,参数列表及其类型,以及方法的返回值。
The signature includes the type name, the list of parameters with types, and the method's return value.
返回的WSDL文档包含调用Web服务所需的所有必要的技术信息(参数列表、数据类型等)。
The returned WSDL document contains all of the necessary technical information needed to invoke the Web service (parameter list, data types, and so on).
虽然 instanceof功能提供了一种检查类型的好方法,但您还可以通过在参数列表中使用类型提示,来将对象类型检查滚动到方法签名自身中。
The instanceof function provides a good way of checking type, but you can also roll object type checking into the method signature itself by using type hints in the argument list.
因为分号,函数返回类型,方法参数列表,甚至大括号都经常会被省略,使用等于号可以避免几种可能的二义性。使用等于号也提醒了我们,即使是函数,在Scala里面也是值。
Because semicolons, function return types, method arguments lists, and even the curly braces are sometimes omitted, using an equals sign prevents several possible parsing ambiguities.
如果有任何参数属于string类型,则将该参数的小写版本添加一个新的参数列表中,并保留其他参数不变。
If any of the parameters are of type String, I add the lowercase version of it to a new arguments list, and leave the other arguments intact.
用相同的参数列表调用admin( )和task( )函数的效果是相同的,但是它们返回的表示操作结果的值有不同的数据类型。
The effects of calling the admin( ) and task( ) functions with the same argument list are equivalent, but their return values, which indicate the result of the operation, have different data types.
针对每个动作,获得简单类型的参数列表,这是绑定得到URI参数的地方。该列表不包括可选参数(提取方法的参数名称—译者注)。
For each action, get a list of the parameters that are a simple type, where the binding gets the parameter from the URI. Exclude optional parameters.
只要更改不影响参数列表或返回的数据类型,就可以更改存储过程代码,而无需在客户端应用程序中进行更改。
Stored procedure code can be changed without requiring changes in client applications as long as the changes do not affect parameter lists or returned data types.
需注意的是,假如两个函数的名称与参数列表均一致然而返回类型不同的话,这就是个编译错误。
You should note that two functions with the same name and parameter list, but different return types, generate a compiler error.
委托是一个定义签名的类型,即方法的返回值类型和参数列表类型。
A delegate declaration defines a reference type that can be used to encapsulate a method with a specific signature.
委托是一个定义签名的类型,即方法的返回值类型和参数列表类型。
A delegate declaration defines a reference type that can be used to encapsulate a method with a specific signature.
应用推荐