Type.FunctionReturn
Returns a type returned by a function type.
Syntax
Type.FunctionReturn(
type as type
) as type
Remarks
Returns a type returned by a function type
.
Examples
Example #1
Find the return type of <code>() as any)</code>.
Type.FunctionReturn(type function () as any)
Result:
type any
Category
Type