Type.FunctionReturn
ส่งกลับประเภทที่ส่งกลับโดยประเภทฟังก์ชัน
Syntax
Type.FunctionReturn(
type as type
) as type
Remarks
ส่งกลับประเภทที่ส่งกลับโดยฟัง ก์ชัน type
Examples
Example #1
ค้นหาประเภทการส่งกลับของ <code>() as any)</code>
Type.FunctionReturn(type function () as any)
Result:
type any
Category
Type