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​

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

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

Result:

type [A = number]

Category​

Type