ILateBound.NoIvarPut Method | |
Method to update a field or property late bound.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax METHOD NoIvarPut(
cName AS STRING,
uValue AS USUAL
) AS VOID
void NoIvarPut(
string cName,
Usual uValue
)
Parameters
- cName
- Type: String
Field/Property Name - uValue
- Type: Usual
New value for field/property
See Also