ILateBound.NoIvarPut 方法 | |
Method to update a field or property late bound.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 METHOD NoIvarPut(
cName AS STRING,
uValue AS USUAL
) AS VOID
void NoIvarPut(
string cName,
__Usual uValue
)
参数
- cName
- 类型:String
Field/Property Name - uValue
- 类型:__Usual
New value for field/property
参见