閱讀英文

共用方式為


Type.ClosedRecord

語法

Type.ClosedRecord(type as type) as type

關於

傳回所指定 recordtype 的封閉版本 (如果已經是封閉版本,則為相同類型)。

範例 1

建立 type [ A = number,…] 的封閉版本。

使用方式

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

輸出

type [A = number]