メインコンテンツまでスキップ

Type.ClosedRecord

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

Syntax

Type.ClosedRecord(
type as type
) as type

Remarks

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

Examples

Example #1

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

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

Result:

type [A = number]

Category

Type