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