takes no arguments信息详情

takes no arguments发音

意思翻译

不接受任何参数

相似词语短语

arguments───n.参数

takes───vt.取走,预备动作(take第三人称单数)

eatable arguments───可吃参数

takes up───拿起;开始从事;占据(时间,地方)

arguments for───支持…的理由

bad arguments───错误的论点

takes out───取出;v.<美>外卖餐馆,外卖食品( takeout的第三人称单数 )

clang arguments───铿锵的论据

opening arguments───开场白

双语使用场景

The parentheses are empty, which indicates that the method takes no arguments.───圆括号内是空的,表示了这种方法不包含任何参数。

Each callback function takes no arguments and returns Unit.───每一个回调函数都不接受参数,并且返回unit。

passed function takes no arguments.───传递的函数不接受参数。

The GetCallbackResult method takes no arguments and returns a string that represents the result of the callback.───GetCallbackResult方法不使用任何参数,它将返回一个表示回调结果的字符串。

The default list constructor takes no arguments, creates a new instance of that list.───默认的链表构造函数没有什么需要讨论,用来创建一个新的事例链表。

One of them takes no arguments, another one takes an Int ID value, and another one takes both an Int and String.───其中一个没有参数,另外一个接受整型ID值,还有一个同时接收整型和字符串参数。

Note that you can drop the parentheses when using a default constructor (i. e. , one that takes no arguments).───注意,你在使用默认构造函数时可以不用写括号(例如,没有参数的构造函数)。

Takes no arguments and returns the state information of an object.───不采用任何引数,而且会传回物件的状态资讯。

英语使用场景

The default list constructor takes no arguments, creates a new instance of that list.

The first block of code is obviously a function declaration, defining a function named ToggleSyntax(), which takes no arguments.