ILateBound.NoIvarGet Method | |
Method to read a field or property late bound.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax METHOD NoIvarGet(
cName AS STRING
) AS USUAL
Usual NoIvarGet(
string cName
)
Parameters
- cName
- Type: String
Field/Property Name
Return Value
Type:
UsualCurrent value of Field/Property
See Also