次の方法で共有


Type.FunctionReturn

構文

Type.FunctionReturn(type as type) as type  

バージョン情報

関数 typeによって返される型を返します。

例 1

() as any)の戻り値の型を検索します。

使用方法

Type.FunctionReturn(type function () as any)

アウトプット

type any