Partage via


Type.FunctionReturn

Syntaxe

Type.FunctionReturn(type as type) as type  

À propos

Retourne un type retourné par une fonction type.

Exemple 1

Recherche le type de retour de () as any).

Utilisation

Type.FunctionReturn(type function () as any)

Sortie

type any