ClassObject.NoIvarPut Method | |
Late bound assign for class/static vars
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax VIRTUAL METHOD NoIvarPut(
cName AS STRING,
uValue AS USUAL
) AS VOID
public virtual void NoIvarPut(
string cName,
Usual uValue
)
Request Example
View SourceParameters
- cName
- Type: String
Name of the property/field to update - uValue
- Type: Usual
New value for the property
Return Value
Type:
uValue
Implements
NoIvarPut(String, Usual)See Also