Abstract.NoMethod 方法 | |
Handles calls to undefined methods.
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD NoMethod(
cName,
uParams
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual __Usual NoMethod(
__Usual cName = default,
__Usual uParams = default
)
查看代码参数
- cName (Optional)
- 类型:__Usual
- uParams (Optional)
- 类型:__Usual
The parameters to send to the method.
返回值
类型:
__UsualThe return value will be interpreted as the return value of the called undefined method.
备注 If an undefined method is called, a runtime error is raised.
参见