MemVar.PublicPut 方法 | |
Update a public variable. Does NOT create a new public when there is no variable with that name.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC METHOD PublicPut(
cName AS STRING,
uValue AS USUAL
) AS LOGIC
public static bool PublicPut(
string cName,
__Usual uValue
)
查看代码参数
- cName
- 类型:String
The name of the memory variable. - uValue
- 类型:__Usual
The value to assign.
返回值
类型:
Boolean参见