Freigeben über


Type.FunctionReturn

Syntax

Type.FunctionReturn(type as type) as type  

Info

Gibt einen von einer Funktion type zurückgegebenen Typ an.

Beispiel 1

Sucht den Rückgabetyp von () as any).

Verwendung

Type.FunctionReturn(type function () as any)

Ausgabe

type any