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
<code>type nullable number</code> için boş değer atanabilir olmayan türü döndürür.
Type.NonNullable(type nullable number)
Result:
type number
Category
Type