Click or drag to resize

IsByRef Function

X#
Determine if a value is passed by reference

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION IsByRef(
	uVal AS USUAL
) AS LOGIC
Request Example View Source

Parameters

uVal
Type: Usual
The value to examine.

Return Value

Type: Logic
See Also