TypeType.FunctionReturn本頁導覽Type.FunctionReturn 傳回由函數類型傳回的類型。 Syntax Type.FunctionReturn( type as type) as type Remarks 傳回由函數 type 傳回的類型。 Examples Example #1 尋找 () as any) 的傳回類型。 Type.FunctionReturn(type function () as any) Result: type any Category Type