Del via


Type.FunctionReturn

Syntaks

Type.FunctionReturn(type as type) as type

Om

Returnerer en type som returneres av en funksjon type.

Eksempel

Finn returtypen for () as any).

bruk

Type.FunctionReturn(type function () as any)

utdata

type any