Functions.DebOut 方法 | |
Write information to the Debug Terminal Program
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION DebOut(
args PARAMS USUAL[]
) AS VOID
public static void DebOut(
params __Usual[] args
)
查看代码参数
- args
- 类型:__Usual
List of values to display on the debug terminal
参见