Type.RecordFields

语法

Type.RecordFields(type as type) as record

关于

返回描述 type 记录字段的记录。 返回的记录类型的每个字段都有相应的名称和值,其形式为记录 [ Type = type, Optional = logical ]

示例 1

查找记录 [ A = number, optional B = any] 的名称和值。

使用情况

Type.RecordFields(type [A = number, optional B = any])

输出

[    A = [Type = type number, Optional = false],    B = [Type = type any, Optional = true]]

results matching ""

    No results matching ""