Type.FunctionReturn
फ़ंक्शन प्रकार द्वारा लौटाया गया प्रकार लौटाता है.
Syntax
Type.FunctionReturn(
type as type
) as type
Remarks
फ़ंक्शन type
द्वारा लौटाया गया प्रकार लौटाता है.
Examples
Example #1
<code>() as any)</code> का वापसी प्रकार ढूँढें.
Type.FunctionReturn(type function () as any)
Result:
type any
Category
Type