Type.FunctionParameters

语法

Type.FunctionParameters(type as type) as record

关于

返回一个记录,它的字段值设置为 type 的参数名称,值设置为相应的类型。

示例 1

查找 (x as number, y as text) 函数的参数类型。

使用情况

Type.FunctionParameters(type function (x as number, y as text) as any)

输出

[x = type number, y = type text]

results matching ""

    No results matching ""