Type.FunctionReturn
Bir işlev türü tarafından döndürülen bir türü döndürür.
Syntax
Type.FunctionReturn(
type as type
) as type
Remarks
Bir type
işlevi tarafından döndürülen bir türü döndürür.
Examples
Example #1
<code>() as any)</code> döndürme türünü bulun.
Type.FunctionReturn(type function () as any)
Result:
type any
Category
Type