MemVar.Putter 委托 | |
Delegate for writing memvars.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 DELEGATE USUAL Putter(
name AS STRING,
value AS USUAL
)
public delegate __Usual Putter(
string name,
__Usual value
)
参数
- name
- 类型:String
Name of the Memvar for which the value has to be retrieved - value
- 类型:__Usual
Value to assign to the memory variable
返回值
类型:
__Usual备注 When the variable does not exist then a new memory variable may be created.
参见