Abstract.SetNoIVar 方法 | |
Handles assign operations to undefined instance variables.
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 METHOD SetNoIVar(
cName AS USUAL,
uValue AS USUAL
) AS VOID
public void SetNoIVar(
__Usual cName,
__Usual uValue
)
查看代码参数
- cName
- 类型:__Usual
The fieldname to assign. - uValue
- 类型:__Usual
The value of an assignment.
返回值
类型:
The return value of the method is ignored.
参见