ClassObject.NoIvarPut 方法 | |
Late bound assign for class/static vars
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD NoIvarPut(
cName AS STRING,
uValue AS USUAL
) AS VOID
public virtual void NoIvarPut(
string cName,
__Usual uValue
)
查看代码参数
- cName
- 类型:String
Name of the property/field to update - uValue
- 类型:__Usual
New value for the property
返回值
类型:
uValue
实现
NoIvarPut(String, __Usual)参见