Globals.Get 方法 | |
Return the value of a Global
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC METHOD Get(
cVarName AS STRING,
uValue OUT USUAL
) AS LOGIC
public static bool Get(
string cVarName,
out __Usual uValue
)
查看代码参数
- cVarName
- 类型:String
Name of the global to find - uValue
- 类型:__Usual
Value
返回值
类型:
BooleanTRUE when a global with the name exists, FALSE when it does not exist
参见