Type.FunctionReturn
Returnerer en type, der returneres af en funktionstype.
Syntax
Type.FunctionReturn(
type as type
) as type
Remarks
Returnerer en type, der returneres af en funktion type
.
Examples
Example #1
Find returneringstypen for <code>() as any)</code>.
Type.FunctionReturn(type function () as any)
Result:
type any
Category
Type