Type.FunctionReturn

Syntax

Type.FunctionReturn(type as type) as type

Om

Returnerar en typ som returneras av en funktion type.

Exempel

Hitta returtypen för () as any).

Användning

Type.FunctionReturn(type function () as any)

Utdata

type any