Click or drag to resize

ILateBound.NoIvarGet Method

X#
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

Parameters

cName
Type: String
Field/Property Name

Return Value

Type: Usual
Current value of Field/Property
See Also