Ana içeriğe geç

Type.ClosedRecord

Verilen kayıt türünün kapalı bir sürümünü (veya zaten kapalıysa aynı türü) döndürür.

Syntax

Type.ClosedRecord(
type as type
) as type

Remarks

Verilen record type türünün kapalı bir sürümünü (veya zaten kapalıysa aynı) türü döndürür).

Examples

Example #1

<code>type [ A = number]</code> için kapalı bir sürüm oluşturun.

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

Result:

type [A = number]

Category

Type