MemVar.Getter 委托 | |
Delegate for reading memvars.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 DELEGATE USUAL Getter(
name AS STRING
)
public delegate __Usual Getter(
string name
)
参数
- name
- 类型:String
Name of the Memvar for which the value has to be retrieved
返回值
类型:
__UsualThe value of the memory variable.
参见