Type.NonNullable
किसी प्रकार से गैर निरर्थक प्रकार लौटाता है.
Syntax
Type.NonNullable(
type as type
) as type
Remarks
type
से गैर निरर्थक
प्रकार लौटाता है.
Examples
Example #1
<code>type nullable number</code> का गैर निरर्थक प्रकार लौटाएँ.
Type.NonNullable(type nullable number)
Result:
type number
Category
Type