argument list信息详情

argument list发音

意思翻译

[计]变元表

相似词语短语

after argument list───参数列表后

argument───n.论证;论据;争吵;内容提要;<数,逻>自变数;<语言学>主词,受词

list list───列表列表

unsound argument───不可靠论证

ampliative argument───扩大论点

inartistic argument───非理性论证

valid argument───有效论证;正确的论点

persuasive argument───有说服力的论点

priori argument───先验论证

双语使用场景

Scala lets you define more than one argument list for a method.───Scala可以让你为方法定义一个以上的参数列表。

Next, define your argument list, called argv.───下一步,定义参数列表,使argv被调用。

method return type appears after the argument list.───方法的返回类型在参数列表的最后出现。

What we do is, in a loop, march down the argument list checking each one to see if it is an option.───我们所做的是,用一个循环遍历参数列表检查每个参数来看它是否为选项。

The[]construct inside a function call's argument list indicates the beginning of a lambda expression. Let's see a lambda example.───在一个函数调用的参数表内出现的[]方括弧构造,以之标示出一个lambda表达式的存在。我们举例来看。

Traits don't support auxiliary constructors, nor do they accept an argument list for the primary constructor, the body of a trait.───Traits不支持辅助构造函数,它们也不支持在主构造函数,trait的主体里的参数列表。

To be compliant with the Common Language Specification (CLS) , the argument list of an attribute class cannot contain an array .───为了符合公共语言规范(CLS),属性类的参数列表不能包含数组。

Supply the array variable at the corresponding place in the argument list.───在引数清单中的对应位置提供阵列变数。

The constructor to be invoked must be accessible and provide the most specific match with the specified argument list .───要调用的构造函数必须是可访问的,并且提供与指定参数列表匹配程度最高的匹配项。

英语使用场景

Omitting the constructor argument list and enclosing parentheses is equivalent to specifying an empty argument list.

If the linker reports an unresolved external name, and the routine does exist in your code, check its argument list.

The open-parenthesis is followed by an optional argument list.

arguments is the actual argument list to pass to the called method.

The class is instantiated as if by a new expression with an empty argument list.

Terminate the argument list with the next-to-last argument.

Supply the array variable at the corresponding place in the argument list.

We know that the value is being shifted off of the argument list because no argument is given to the shift function.

In PL/1, an expression and argument list that is part of a procedure reference.