Type.FunctionReturn
Sintassi
Type.FunctionReturn(type as type) as type
Informazioni su
Restituisce un tipo restituito da un type
di funzione.
Esempio 1
Trovare il tipo restituito di () as any)
.
Utilizzo
Type.FunctionReturn(type function () as any)
Output
type any