点击或拖拽改变大小

MemVar._Put 方法

X#
Updates the value of a local, private or public (in that order). If the value does not exist than a new variable at the current level is created.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 STATIC METHOD _Put(
	cName AS STRING,
	uValue AS USUAL
) AS USUAL
查看代码

参数

cName
类型:String
The name of the memory variable.
uValue
类型:__Usual
The value to assign.

返回值

类型:__Usual
The value of the memory variable.
参见