点击或拖拽改变大小

MemVar.Getter 委托

X#
Delegate for reading memvars.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 DELEGATE USUAL Getter(
	name AS STRING
)

参数

name
类型:String
Name of the Memvar for which the value has to be retrieved

返回值

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