ClassObject.NoIvarGet 方法 | |
Late bound access to class/static vars
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD NoIvarGet(
cName AS STRING
) AS USUAL
public virtual __Usual NoIvarGet(
string cName
)
查看代码参数
- cName
- 类型:String
Name of the property/field to read
返回值
类型:
__Usualthe result of reading the property or field
实现
NoIvarGet(String)参见