Type.ClosedRecord

構文

Type.ClosedRecord(type as type) as type

詳細

指定された recordtype の閉じられたバージョンを返します (既に閉じられている場合は同じ型)。

例 1

閉じられたバージョンの type [ A = number,…] を作成します。

使用方法

Type.ClosedRecord(type [A = number, ...])

出力

type [A = number]