local parameter name的意思|示意

美 / / 英 / /

本地参数名称


local parameter name的网络常见释义

参数名 这种类型的参数名被称作局部参数名(local parameter name),因为它们只能在函数体中使用。

local parameter name相关例句

This tells Swift to use that name as both the local parameter name and the external parameter name.

这告诉迅速使用这个名字作为当地的参数名称和外部参数名称。

The first parameter to session.getDatabase is the name of a server where null means the local system.

getDatabase 的第一个参数是服务器名称,其中 null 意味着是本地系统。

Users need to pass a local file name as a parameter when constructing the LocalFileFormatTarget. For example

在构造 LocalFileFormatTarget 时,用户需要将本地文件名作为参数进行传递。

B Validates the local database creation and connection with the given database name. This parameter is ignored in the following scenarios.

b验证具有给定数据库名称的本地数据库的创建和连接。

If you declare a local variable or function parameter with the same name as a global variable, you effectively hide the global variable.

如果给一个局部变量或函数的参数声明的名字与某个全局变量的名字相同,那么就有效地隐藏了这个全局变量。

An instance method declares a parameter or a local variable whose name matches an instance field of the declaring type.

实例方法声明一个名称与声明类型的实例字段匹配的参数或局部变量。