Type.NonNullable
Bir türden boş değer atanabilir olmayan türü döndürür.
Syntax
Type.NonNullable(
type as type
) as type
Remarks
type kaynağından nullable olmayan türü döndürür.
Examples
Example #1
type nullable number için boş değer atanabilir olmayan türü döndürür.
Type.NonNullable(type nullable number)
Result:
type number
Category
Type