Listing 3 is an example of an initialization parameter declaration.
清单3是一个初始化参数声明的例子。
The parameter declaration is identical for optional and mandatory parameters.
可选参数和强制参数的参数声明是相同的。
There can be zero to many parameters in both the mandatory and optional parameter sets. The parameter declaration has this syntax.
强制和可选参数集中可以有零个或多个参数。
That way, the parameter declaration would serve as a contract between the class and its clients, and we could statically check that both obey the contract.
参数声明将充当类与其客户机之间的契约,这样我们可以静态地检查这两者是否遵守契约。
In order to prevent unnecessary interim data conversions when using CLOB you can specify CCSID UNICODE for MIXED data on the stored procedure parameter declaration.
在使用CLOB时,为了避免不必要的过渡数据转换,可以在存储过程参数声明中指定CCSIDUNICODEforMIXEDDATA。
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.
基本上,只要当一个方法的最后一个参数是一个对象数组,或者是一个有三个点的参数,你就可以向这个方法传入多重参数。
Because we put the val keyword before each parameter declaration, they are automatically converted to read-only fields with the same names with public reader methods of the same name.
因为我们在每一个参数声明前放置了val关键字,它们会被自动地转换为有同样名字的只读的字段,并且伴有同样名字的公开读取方法。
The configuration of these request parameter injections are nested within the page action XML declaration.
这些请求参数注入的配置嵌套在页面动作XML声明中。
Now in the JSR-14 compilers 1.0 and 1.2, if you refer to a type parameter in a static field declaration, the compiler doesn't complain but it should.
现在,在JSR-14编译器 1.0和 1.2 中,如果您在静态字段声明中引用类型参数,编译器不会报错,但它本应该这么做。
As you will see later, each of the vars in the class declaration becomes a named parameter when constructing an instance of the class.
随后将看到,在构建类实例时,类声明中的每个var将成为一个命名的参数。
If the return type and parameter list of two functions declarations match exactly, then the second declaration is treated as a redeclaration of the first.
如果两个函数声明的返回类型和形参表完全匹配,则将第二个函数声明视为第一个的重复声明。
A closed generic type is a type declaration where a particular type is specified for a type parameter.
封闭式泛型类型是为类型参数指定特定类型的类型声明。
The method that you pass as a delegate parameter must have the same signature as the delegate declaration.
作为委托参数传递的方法必须与委托声明具有相同的签名。
The declaration of the class pops up with the first parameter shown in bold.
该类的声明将弹出,第一个参数以粗体显示。
The type of the specified parameter is not compatible, through default promotions, with the type in a previous declaration.
通过默认提升后,指定参数的类型与以前声明中的类型不兼容。
Load the program with the expanded interface. Parameter shadowing is enabled (second parameter = TRUE). Ignore vertex shader specifc flags, such as declaration usage.
从高配接口读取程序,参数映射启用,忽略顶点着色器特殊标志,就像使用声明。
When a base type is specified as a parameter in a method declaration, any type derived from the base type can be passed as the corresponding argument to the method.
如果一个方法的参数使用基类型,可以使用任何一个继承自这个基类型的类型作为参数调用这个函数。
When a base type is specified as a parameter in a method declaration, any type that is derived from the base type can be passed as the corresponding argument to the method.
当方法宣告将基底型别指定为参数,则从此基底型别衍生的任何型别都可以当做对应引数传递给方法。
The declaration of print(int) in the function fooBar hides the other declarations of print. It is as if there is only one print function available: the one that takes a single int parameter.
函数fooBar中的print(int)声明将屏蔽print的其他声明,就像只有一个有效的print 函数一样:该函数仅带有一个int 型形参。
The declaration of print(int) in the function fooBar hides the other declarations of print. It is as if there is only one print function available: the one that takes a single int parameter.
函数fooBar中的print(int)声明将屏蔽print的其他声明,就像只有一个有效的print 函数一样:该函数仅带有一个int 型形参。
应用推荐