CParamCount Function | |
Return the number of arguments that a code block is expecting.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax FUNCTION CParamCount(
oCodeBlock AS Codeblock
) AS DWORD
public static uint CParamCount(
Codeblock oCodeBlock
)
Request Example
View SourceParameters
- oCodeBlock
- Type: Codeblock
Return Value
Type:
DWordSee Also