Type.FunctionReturn
Gibt einen von einem Funktionstyp zurückgegebenen Typ an.
Syntax
Type.FunctionReturn(
type as type
) as type
Remarks
Gibt einen von einer Funktion type
zurückgegebenen Typ an.
Examples
Example #1
Suchen Sie den Rückgabetyp von <code>() as any)</code>.
Type.FunctionReturn(type function () as any)
Result:
type any
Category
Type