Functions.IsByRef 方法 | |
Determine if a value is passed by reference
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION IsByRef(
uVal AS USUAL
) AS LOGIC
public static bool IsByRef(
__Usual uVal
)
查看代码参数
- uVal
- 类型:__Usual
The value to examine.
返回值
类型:
Boolean参见