您要查找的是不是:
- functional declaration statement 函数说明语句
- function declaration statement 功能说明语句
- Clause in a declaration statement or an assignment statement. 可以在声明语句或赋值语句中使用。
- Only in a property or procedure declaration statement. 只能在属性或过程声明语句中使用。
- Add either the Sub or Function keyword to the Declare statement. 在Declare语句中添加Sub或Function关键字。
- You can use a New clause in a declaration statement or an assignment statement. 可以在声明语句或赋值语句中使用New子句。
- If you specify annotations on the function declaration then you do not have to specify them on the function definition. 如果在函数声明上指定批注,则无需在函数定义上指定批注。
- To specify more than one Access method, use an additional attribute declaration statement. 若要指定多个Access方法,请额外使用一个属性声明语句。
- If a function declaration does not specify an exception specification, the function can throw exceptions of any type. 如果一个函数声明没有指定异常说明,则该函数可以抛出任意类型的异常。
- Every local variable must appear in a declaration statement before being used in any other kind of statement. 每个局部变量在用于其他任何类型的语句前必须出现在声明语句中。
- Function declaration and definition is the area where the ANSI standard has made the most changes to C. ANSI标准对C语言所做的最明显的修改是函数声明与函数定义这两方面。
- To explain how scope interacts with overloading we will violate this practice and use a local function declaration. 但为了解释作用域与重载的相互作用,我们将违反上述规则而使用局部函数声明。
- Note that the initial value you specify in a declaration statement is not assigned to a variable until execution reaches its declaration statement. 请注意,在开始执行变量的声明语句前,您在声明语句中指定的初始值并不会赋给该变量。
- WARN::function declared to return type EMP does not retrieve (EMP. 你必须很仔细的进行类型转换(使用::).否则你将看到下面的错误信息:
- In Visual Basic, you use the Declare statement to specify the CharSet field. 在Visual Basic中可以使用Declare语句指定CharSet字段。
- Move the Imports statement to the top of the source file, before any declaration statements. 将Imports语句移到源文件的顶部,放在任何声明语句之前。
- When the code containing a declaration statement runs, Visual Basic reserves the memory required for the declared element. 在包含声明语句的代码运行时,Visual Basic会保留声明的元素所需的内存。
- In general, it is a bad idea to declare a function locally. Function declarations should go in header files. 一般来说,局部地声明函数是一种不明智的选择。函数的声明应放在头文件中。
- The Declare statement creates a reference to an external procedure and supplies this necessary information. Declare语句创建一个对外部过程的引用,并提供这些必需的信息。
- If we declare a function locally, that function hides rather than overloads the same function declared in an outer scope. 如果局部地声明一个函数,则该函数将屏蔽而不是重载在外层作用域中声明的同名函数。
