Type.FunctionReturn

Syntaks

Type.FunctionReturn(type as type) as type  

Om

Returnerer en type, der returneres af en funktion type.

Eksempel 1

Find returtypen for () as any).

Brug

Type.FunctionReturn(type function () as any)

Output

type any