Type.RecordFields

Type.RecordFields(type as type) as record

返回描述记录 type 的字段的记录。在记录 [ Type = type, Optional = logical ] 的格式中,返回的记录类型的每个字段都有对应的名称和值。

示例:

找到记录 [ 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 ""