查询字串引数预设是停用状态。
这样做会使编译器执行引数型别检查。
Doing so causes the compiler to perform argument type checking.
您将一个无效的引数传递至类别样板。
如果没有引数的话,就必须省略括号。
事件会传递后续执行个体的命令列引数。
The event passes the command-line arguments of the subsequent instance.
命令列引数使用空格隔开。
不要同时以具名引数和位置引数来定义参数。
Do not define a parameter with both named and positional arguments.
不采用任何引数,而且会传回物件的状态资讯。
Takes no arguments and returns the state information of an object.
引数型别清单是从函式型式参数的型别建立的。
The argument type list is created from the types of the formal parameters of the function.
委派可以用来将方法当做引数传递给其他方法。
Delegates are used to pass methods as arguments to other methods.
属性也可以定义选择性引数,也称为具名引数。
Attributes can also define optional arguments, which are also known as named arguments.
每一个格式项目都会取代为对应物件引数的字串表示。
Each format item is replaced by the string representation of either of three arguments.
回圈不会有传递引数、初始化其他储存区和传回值的负荷。
A loop does not have the overhead of passing arguments, initializing additional storage, and returning values.
属性可以定义必须在将属性套用至目标时指定的强制引数。
Attributes can define mandatory arguments that must be specified when you apply the attribute to a target.
使用指定的辨识项和引数,执行包含在指定档案中的组件。
Executes the assembly contained in the specified file, using the specified evidence and arguments.
部分套用函式引数,可让您从现有函式中隐含建立新函式。
Partial application of function arguments, which enables you to create new functions implicitly from existing ones.
在两个运算式上执行位元OR,并将结果指派给第一个引数。
Performs a bitwise or on two expressions, and assigns the result to the first argument.
表示目前执行的函式、该函式的引数和呼叫它的函式的物件。
An object representing the currently executing function, its arguments, and the function that called it.
在两个运算式上执行位元AND,并将结果指派给第一个引数。
Performs a bitwise and on two expressions, and assigns the result to the first argument.
这么做就会定义在未提供引数的情况下,程序将使用的预设值。
When you do this, you define a default value that the procedure USES if the argument is not supplied.
将两个数字相加或串连两个字串,并将结果指派给第一个引数。
Adds two Numbers or concatenates two strings, and assigns the result to the first argument.
如果您依名称提供引数,不必用连续逗号表示遗漏的位置引数。
When you supply arguments by a mixture of position and name, the positional arguments must all come first.
在两个运算式上执行位元互斥or,并将结果指派给第一个引数。
Performs a bitwise exclusive or on two expressions, and assigns the result to the first argument.
若要省略引数,请在引数清单中使用连续的逗号,来标记其省略。
If you intend to omit the argument, use successive commas in the argument list to mark its omission.
将运算式的位元向右移,保留正负号,并将结果指派给第一个引数。
Shifts the bits of an expression to the right, maintaining sign, and assigns the result to the first argument.
后续尝试会通知第一个执行个体相关的命令列引数,然后立刻结束。
The subsequent attempt notifies the first instance about the command-line arguments, and then immediately exits.
例如,可以将比较两个物件的方法参照当成引数传递至排序演算法。
For example, a reference to a method that compares two objects could be passed as an argument to a sort algorithm.
CL可以接受编译器命令档做为CL环境变数中或命令列上的引数。
CL accepts a compiler command file as an argument in the CL environment variable or on the command line.
在运算式中执行不带正负号的位元右移,再将结果指派给第一个引数。
Performs an unsigned right shift of the bits in an expression and assigns the result to the first argument.
在运算式中执行不带正负号的位元右移,再将结果指派给第一个引数。
Performs an unsigned right shift of the bits in an expression and assigns the result to the first argument.
应用推荐