Type.FunctionReturn
Restituisce un tipo restituito da un tipo di funzione.
Syntax
Type.FunctionReturn(
type as type
) as type
Remarks
Restituisce un tipo restituito da un type
di funzione.
Examples
Example #1
Trovare il tipo restituito di <code>() as any)</code>.
Type.FunctionReturn(type function () as any)
Result:
type any
Category
Type