Type.NonNullable
Sintassi
Type.NonNullable(type as type) as type
Informazioni su
Restituisce il tipo non nullable
da type
.
Esempio 1
Restituire il tipo che non ammette i valori Null di type nullable number
.
Utilizzo
Type.NonNullable(type nullable number)
Output
type number